/ Published in: Apache
Expand |
Embed | Plain Text
RewriteRule ^([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?$ index.php?var1=$1&var2=$2 Result : www.example.com/[var1.value]/[var2.value]
You need to login to post a comment.
lixonic on 08/29/10
2 people have marked this snippet as a favorite
RewriteRule ^([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?$ index.php?var1=$1&var2=$2 Result : www.example.com/[var1.value]/[var2.value]
You need to login to post a comment.