I want to redirect all the requests that come to the folder 'test' to 'test1' using apache configurations. How do i do it?
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
Could use mod_alias to make it happen:
Put this into your config for the website (or the config for the virtual host). If you have overrides enabled for the directory, this could be put in the .htaccess file for the root of your website. |
|||
|
|