Posted by Brian Dunning on 09/29/89 11:11
>>>> 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
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming