Forum Moderators: phranque
For example:
[example...] needs to redirect to http://www.example.com/new/
What would be the easiest .htaccess script for this?
Please review our Forum Charter [webmasterworld.com] for help getting the most from this forum.
Thanks,
Jim
Redirect 301 /html/oldsite1/ [domain.com...]
Redirect 301 /html/oldsite2/ [domain.com...]
RedirectMatch (.*)\.jsp$ [domain.com...]
How can I do this without the "index.php" showing up in the url?
(I want to redirect all jsp files to the new index.php without the index.php in the url)
DirectoryIndex index.php
Redirect 301 /html/oldsite1/ [domain.com...]
Redirect 301 /html/oldsite2/ [domain.com...]
RedirectMatch (.*)\.jsp$ [domain.com...]