DataLayerRU/dlf-project/dev/www/.htaccess
RewriteEngine on
<Files *.*>
deny from all
</Files>
<Files index.php>
allow from all
</Files>
<Files ~ ".(png|css|jpg|ico|jpeg|bmp|gif|js|flv|swf|txt|htm|xml|JPG|JPEG)">
allow from all
</Files>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?path=$1 [L,QSA]
Files
