|
|
Subject:
complicated htacess issue - RewriteRule
Category: Computers > Programming Asked by: odioworks_com-ga List Price: $15.00 |
Posted:
29 Nov 2006 09:45 PST
Expires: 29 Dec 2006 09:45 PST Question ID: 786617 |
Currently I have my .htaccess file set up to redirect subdomains as follows: http://foobar.domain.com redirects to http://domain.com/index.php?title=foobar&useskin=bluwiki_skin These are the rules to accomplish that: Code: RewriteCond %{HTTP_HOST} ^([^.]+)\.bluwiki\.com RewriteRule (.*) /index.php?title=%1&useskin=bluwiki_skin [L] I would like to add the following rule: http://foobar.domain.com/test redirects to http://domain.com/index.php?title=foobar:test&useskin=bluwiki_skin while still maintaining the original redirect: http://foobar.domain.com/ redirects to http://domain.com/index.php?title=foobar&useskin=bluwiki_skin | |
| |
|
|
There is no answer at this time. |
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |