Ignore a directory with htaccess ?
-
Hi,
I’m using the ReWriteEngine to create pretty URLs with WP…
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
and it works great.
In my root I have the usual wp-content, wp-admin folders, but I also have my ‘zenphoto’ which is a piece of gallery software. And everytime I use the .htaccess code above in my root, it messes up my zenphoto gallery ??
How do I set my Rewrite above to ignore my ‘zenphoto’ folder when it does its rewrite thing?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Ignore a directory with htaccess ?’ is closed to new replies.