v3ctor/deep-ngroute/master/.htaccess
# Rewrite for ngRoute
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^(/index.php|/img|/js|/css|/robots.txt|/favicon.ico)
# RewriteCond %{REQUEST_URI} !^(/cdeep|/img)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /cdeep/index.php [L]
Files
