/ Published in: Apache
Expand |
Embed | Plain Text
RewriteEngine On RewriteRule ^bid.wg$ index.php?pg=postbid&%{QUERY_STRING} [L] RewriteRule ^([0-9a-zA-Z]+).wg$ index.php?pg=$1&%{QUERY_STRING} [L]
You need to login to post a comment.
mattkenefick on 05/20/08
2 people have marked this snippet as a favorite
RewriteEngine On RewriteRule ^bid.wg$ index.php?pg=postbid&%{QUERY_STRING} [L] RewriteRule ^([0-9a-zA-Z]+).wg$ index.php?pg=$1&%{QUERY_STRING} [L]
You need to login to post a comment.