I want to redirect all trafic from the root of my webby to a subfolder on the same domain useing .htaccess
Can someone help me out here?
|
feedback
|
|
Place this in your webroot .htaccesss
It checks incoming requests, any to that domain get redirected, unless they are already redirected. | |||
|
feedback
|
|
Theres an excellent guide here: mod_rewrite, a beginner’s guide (with examples). | ||||
|
feedback
|