mod_rewrite on OS X


I have read some things on the web about mod_rewrite that use .htaccess, but I just modify the end of my httpd.conf file.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
RewriteRule ^/ISBNSearchXIpacWithProfileSetToMCD(.+) http://134.241.121.88/ipac20/ipac.jsp?¬
profile=mcd&index=ISBNEX&term=$1 [R,L]
</IfModule>

Posted: Wed - May 11, 2005 at 10:45 AM      


©