Redirecting All Traffic From A Subdirectory To The Root

Monday, December 22nd, 2008

If you want to permanently redirect all the traffic from a subdirectory to the root domain, and you're running Apache, the job is quite simple. All you need to do is make sure you mod_alias installed, and then you can a simple command to your .htaccess file. Here's ...