.htaccess and mod_rewrite
<pre>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* ./_urlHandler.php [L]
</pre>
After upgrading to Leopard I cannot seem to get it to work. I am looking in the /etc/apache2 directory, and I have updated the conf file with:
<pre>
<Directory "/Users/username/Sites">
Options Indexes MultiViews Includes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</pre>
I have also added these lines to /etc/apache2/users/username.conf
Any ideas on why mod_rewrite won't work. I thought it had to do with MultiViews.
MacBook Pro 2.33GHz, Mac OS X (10.5.1), 120GB 2GB