v3ctor/cint/master/.htaccess
#ErrorDocument 404 /404.html
<IfModule mod_rewrite.c>
##Rewrite for ngRoute
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^(/index.php|/uploads|/img|/js|/css|/robots.txt|/favicon.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Files
