I have problem, with my .htaccess file
Code:
RewriteRule ^([_0-9a-zA-Z-]+)/ /index.php [L]
This file catch-all traffic and send to /index.php, but I have directory /myphotos and if I want to this catalog go then htaccess redirect me to /index.php. What i must to do, if I want to catch-all traffic without my directory ?