I have a website which contains links like so:
http://www.example.com/about
http://www.example.com/about-computing
http://www.example.com/about-web
I’m designing a new version of my website which will eventually replace the old.
How can I handle users with these bookmarked to my new website’s format?:
http://www.example.com/about
http://www.example.com/about/computing
http://www.example.com/about/web
You could keep your old structure and do a manual redirect on each page… But that could get messy very quickly.
Or much cleaner & easier to maintain, you could do it via the .htaccess file
eg:
so you could do something like
more information on this here