perodo Posted August 10, 2005 Share Posted August 10, 2005 hi in first time , i want to apologize for my english cause i know that i m not the best english writter. but anyway i just install the SEO Url rewritting on MS2.2. everything work , but i m looking for changing the subdomains with an exterior domain based on lycos hosts here is my .htaccess with all my try Code: # $Id: .htaccess,v 1.1 2003/06/20 00:18:30 hpdl Exp $ #RewriteEngine on #RewriteCond %{http://www.girafe.com} !-U #RewriteRule ^(.+) http://shop.mamamia.com/$1 #RewriteEngine on #RewriteCond %{REQUEST_URI} !-U #RewriteRule ^(.+) http://girafe.com/$1 [R,L] # For sites running on a port other than 80 #RewriteCond %{HTTP_HOST} !^fully\.qualified\.domain\.name [NC] # RewriteCond %{HTTP_REFERER} !^$ #RedirectPermanent http://shop.mamamia.com/ http://www.girafe.com/ Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} i m really lost and i have to do this redirection, please save me niko Smile Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.