| Posted: 27 August 2008 at 9:52pm | IP Logged
|
|
|
I would like to redirect any requests to:
http://subdomain.domain.com/directory/
to
http://domain.com/directory/
for every file beneath that directory, including database pages if possible i.e. from a forum
I am moving the forum application up one level
Assuming there is a rule to do this, can I then delete the files from the first URL under directory as a request to http://subdomain.domain.com/directory/filename.asp will be redirected to http://domain.com/directory/filename.asp without needing the actual file or subdirectory to exist in the old location?
|