trioreal
Regular Member
- Jan 15, 2009
- 238
- 58
Hi,
I'm trying to rewrite dynamic URL's to virtual .html URLs but can' figure it out..
example:
Code:
to
Code:
There could be more than 3 variables or less...
any idea?
I'm trying to rewrite dynamic URL's to virtual .html URLs but can' figure it out..
example:
Code:
Code:
http:///www.example.com/sub/index.html?keyword=var1 var2 var3
to
Code:
Code:
http:///www.example.com/sub/var1-var2-var3.html
There could be more than 3 variables or less...
any idea?