: Redirect requests to another folder I want to redirect all the requests that come to the folder 'test' to 'test1' using apache configurations. How do i do it?
I want to redirect all the requests that come to the folder 'test' to 'test1' using apache configurations. How do i do it?
More posts by @Kimberly868
1 Comments
Sorted by latest first Latest Oldest Best
Could use mod_alias to make it happen:
Alias /path/to/test /path/to/test1
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.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.