How would I mod_rewrite a request for /baseball.htm into
/query.php?q=baseball?

This should be doing it as far as I can tell, but for some reason it's not...


RewriteEngine on
RewriteRule /^(.+).htm$ /query.php?q=$1

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to