- I had a website ‘example.com’, which was in wordpress initially but i had to move it to php.
-
Now my site is in php. The problem now is, i tried redirecting urls, for ex:-
http://www.example.com/about-mysite/
, to my new url using Redirect 301 in .htaccess file. -
Suppose my old page is /about-example/, i redirect it as,
Redirect 301 /about-mysite/ http://www.example.com/about-example.php
but it is not getting redirected.
Have this redirect rule right at top of your .htaccess before WP rules:
Suggested generic redirect rule: