pgyordanov/PHP/master/ConferenceScheduler/.htaccess - Htaccess File

pgyordanov/PHP/master/ConferenceScheduler/.htaccess

RewriteEngine On
  RewriteCond %{REQUEST_URI} !^/content/.*$
  RewriteCond %{REQUEST_URI} !^/favicon.ico$
  RewriteCond %{REQUEST_FILENAME} -s [OR]
  RewriteCond %{REQUEST_FILENAME} -l [OR]
  RewriteCond %{REQUEST_FILENAME} -d
  RewriteRule ^.*$ - [NC,L]
  RewriteRule  ^(css|fonts|functions|js|media|tpl|vendor)($|/) - [L]
  RewriteRule ^ index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache