URL is redirecting to main domain
-
Hi there!
We have actived the plugin, but for some odd known reason when someone goes to https://www.uepc.org.ar/conectate/ it is redirecting to: https://www.uepc.org.ar/
So… the folder is lost and goes to the main domain
The proper redirection sould be https://www.uepc.org.ar/conectate/The .htaccess file is just this:
# BEGIN WordPress # Las directivas (líneas) entre <code>BEGIN WordPress</code> y <code>END WordPress</code> se generan dinámicamente, y solo se deberían modificar mediante filtros de WordPress. # Cualquier cambio en las directivas que hay entre esos marcadores se sobrescribirá. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /conectate/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /conectate/index.php [L] </IfModule> # END WordPress
And the urls in the WP Options section are both https://www.uepc.org.ar/conectate/
Any idea what to check? what can be wrong? /-:
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘URL is redirecting to main domain’ is closed to new replies.