err_too_many_redirects .htaccess
-
Hi team,
I’ve a problem with my new WP site http://aerialproductions.es, I need redirect some old URL to the base new site for not loss visits but I’ve a
“err_too_many_redirects” I’ve a WP 4.4.2 installed on CPanel V54.0 .
I’ve an .htaccess code
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Redirect 301 /contacto-empresa-drones-barcelona.html http://aerialproductions.es/ Redirect 301 /nuestra-empresa-profesional-con-drones.html http://aerialproductions.es/ Redirect 301 /contacto.html http://aerialproductions.es/ Redirect 301 /fotos-aereas-con-drones.html http://aerialproductions.es/ Redirect 301 /seguridad.html http://aerialproductions.es/ Redirect 301 /nuestra-empresa.html http://aerialproductions.es/ Redirect 301 /videos-aereos.html http://aerialproductions.es/ Redirect 301 /index.html http://aerialproductions.es/ Redirect 301 /fotos-aereas.html http://aerialproductions.es/ # END WordPressAny idea to make it and runs ok?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘err_too_many_redirects .htaccess’ is closed to new replies.