wordpress htaccess problem

0 replies
Hi friends, mark frieds gave me a suggestion somtimes ago when i was having problem with a wordpress redirectional plugin.In the seo optimization section of this forum he advised me to edit the .htaccess instead of the plugin that was not working for me.See below the my .htaccess file;

# Use PHP54 Single php.ini as default
AddHandler application/x-httpd-php54s .php

# 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>

# END WordPress

I placed the rediected urls e.g Redirect 301/effective-treatment-for-vitiligo- skin-disorder-identified.html http://www.thehomeremediesforglowing...-remedies.html
at top of BEGIN wordpress and my site gave an internal server error.My site went back to normal after removing the added urls.
Can somebody out there tell me what i did wrong or how to solve this problem of redirecting old pages to new pages?note- i have used the wordpress redirectional plugin by john but not working for me even though other people claim it is effective.Waiting a reply to fix it.thanks in advance
#htaccess #problem #wordpress

Trending Topics