Redirect all traffic from path/to/folder to public_html root

youds

Verified User
Joined
Jul 11, 2008
Messages
490
Location
Lancashire, UK
Hi

How would you configure all matches to /path/to/folder to be served via / (public_html) when visiting from a pointer domain. Is this possible?

Obviously you can use .htaccess but it is for just the one served host. Is this the answer?

Kind regards
 
you could do it in custom server configs, but that would be essentialy the same.

.htaccess files are realy just to provide the end user with some ability to modify the server config in a semi-safe way (only allowing certain options)
 
Back
Top