Re: [PHP] RewriteCond / rule for mod_rewrite

2010-01-12 Thread Ashley Sheridan
On Tue, 2010-01-12 at 08:49 -0500, John Corry wrote: > I have this in my .htaccess file (for a Magento installation). > > > ## never rewrite for existing files, directories and links > > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQU

[PHP] RewriteCond / rule for mod_rewrite

2010-01-12 Thread John Corry
I have this in my .htaccess file (for a Magento installation). ## never rewrite for existing files, directories and links RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l #