Home > PHP > Htaccess Redirects

Htaccess Redirects

November 2nd, 2009

We need some rewrites written for a site that contains dynamic URLs and Static, to a new site that contains only static URLs.

Basically, we’d only need you to create the “template” for the 3 types of rewrites we’ll need, they are:

http://domain1.org (root only) goes to http://www.domain2.org/gay-fine-by-me

www.domain1.org/?page=faq goes to http://www.domain2.org/gay-fine-by-me-faq

and

www.domain1.org/news goes to http://www.domain2.org/news

So, basically, anytime someone goes to the root of the old site, domain1, they will be redirected to a page on the new site. BUT if they go to a specific page on the old site they will get redirected to the proper new page.

Deliverable will be an .htacess file.

Thanks!


Htaccess Redirects

Categories: PHP Tags: , , , , , ,