Forum Moderators: phranque
At this time I have many inbound links to the existing .htm pages so I want visitors to these old pages to be redirected to the new .php versions.
In the past when I redesigned a client site I kept the old page files on the server and added some javascript to them which automatically redirected to the new pages.
This time around I'm hoping for a tidier solution. Is it possible to put these page redirections in the htaccess file and take the original pages off the server entirely? What is the best way to tackle this?
Any help is greatly appreciated.
Start digging around the Apache Forum [webmasterworld.com] for the threads on mod_rewrite. This will do both of the above for you.