v3ctor/deep-ngroute/master/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache