Forum Moderators: phranque
RewriteCond %{REQUEST_URI} ^/.*\.html\?.*$
RewriteRule ^(.*)\.html\?(.*)$ /index.mv?doc=$1&$2 [L]
supposedly, this rule would change this URL:
mydomain.com/item1.html?mode=ext
to:
mydomain.com/index.mv?doc=item1&mode=ext
miva receives the 'doc' variable, but not the 'mode' variable. is the rule written incorrectly?
thank you in advance for any help,
Creative Visions
Apache mod_rewrite documentation [httpd.apache.org]
Jim