I am having a problem with a rewrite rule. It "should" turn this:
Code: Select all
http://www.example.com/test.html?var=123123Code: Select all
http://www.example.com/test.htm?var=123123Code: Select all
http://www.example.com/display.php?page=test&var=123123Code: Select all
RewriteRule ^/(.*)\.(html|htm)\?lo=(.*) /display.php?pageID=$1var=$3Code: Select all
RewriteRule ^/(.*)\.(html|htm)\?lo=(.*) /display.php?pageID=$1var=$2Thank you in advance,
Scott