| Posted: 13 August 2008 at 11:20pm | IP Logged
|
|
|
Hi,
I'm trying out ISAPI Rewrite Lite, and am at a lost for how to accomplish the following, and would appreciate any help:
Original URL: subdomain.domain.com/main.php/xxxx/xxxx/xxxx/xxxx
The "xxxx" are queries that have been converted into extra-path, so the actual instances of "xxxx" in any given URL is dynamic.
We want the Original URL to become:
subdomain.domain.com/main/xxxx/xxxx/xxxx/xxxx
I've played around with different regexp with no success, mostly because of the dynamic number of "xxxx". Thanks for your help.
|