Jump to content

301 redict to onother map


dakasadaka

Recommended Posts

Hello

I have website that had the forum on site.com, but now I have made all other construction on my main page,

but for old forum I want to redict ols forum to other map like site.com/forum...

it's 301 redirection to say to google that all old files are redirected to the new map!

 

So how can this be done?

tnx,

Davor

Link to comment
https://forums.phpfreaks.com/topic/193382-301-redict-to-onother-map/
Share on other sites

http://httpd.apache.org/docs/2.2/custom-error.html

ErrorDocument 301 /redirect.php

 

Than you have to wirte a redirect.php script which takes care of the "REDIRECT_QUERY_STRING="....

 

another sollution might be mod_rewrite

http://httpd.apache.org/docs/2.2/rewrite/rewrite_guide.html

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.