How to rewrite subdomains to paths?
Example:
Or better woul
You can use Backreferences
to use grouped parts that matched in your
. Something like this -
(*).(*).example.com
^(.*)
example.com/%1/%2
Of course, you'll have to tweak the condition rule above to stop eager matching.
More here - http://urlrewritefilter.googlecode.com/svn/trunk/src/doc/manual/4.0/index.html#condition