Click to See Complete Forum and Search --> : Redirection problem


GerryWolff
05-21-2007, 06:17 AM
I would like to redirect any request for a page at:

www.mng.org.uk/green_house/

to the same page at:

www.mng.org.uk/gh/

This can be done with HTML for individual pages but I would like something that works for all the pages on the site. In general, I want shorten the URL for the site.

I suspect this needs some kind of script. My web hosting company seems to favour PHP.

Can anyone recommend a script or suggest how this redirection can be done?

With thanks.

ryanbutler
05-21-2007, 08:09 AM
I'd probably look into placing a permanent re-direct in your .htaccess file. More information:

http://www.webweaver.nu/html-tips/web-redirection.shtml

GerryWolff
05-21-2007, 01:56 PM
I'd probably look into placing a permanent re-direct in your .htaccess file. More information:

http://www.webweaver.nu/html-tips/web-redirection.shtml

OK, thanks but the nearest example is one that redirects only to the index page of the new site. There does not seem to be an example of how to redirect from a page on one site to the corresponding page on another (duplicate) site.