Web Hosting Talk







View Full Version : Specific redirects


Hostlead
01-22-2006, 12:12 AM
Hello,

I was wondering if it is possible to redirect special folders to a specific path with one file. Would it be possible to do this in a .htaccess file?

HL

Hostlead
01-22-2006, 12:47 AM
I managed to get this done by writing the following in htaccess.
Redirect /old_folder/file.php http://www.url.com/file.php

HL