Forum Moderators: phranque
Redirect 301 /old-page.htm [same-domain.com...]
Can I not use the below line
Redirect 301 /old-page.htm /new-folder/new-page.php
Will it work without the [domain.com...]
Thanks
Be aware that you can use Redirect and RedirectMatch to redirect multiple URLs with only one directive, if your concern is keeping the file short. See the Apache mod_alias documentation.
If more sophisticated redirect logic is needed, then see Apache mod_rewrite.
Jim