FlorianKromer/TNCY-NDI-2015/master/.htaccess - Htaccess File

FlorianKromer/TNCY-NDI-2015/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  #uncomment next line if silex app root is in a mamp subdirectory
  RewriteBase /TNCY-NDI-2015/
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^ index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache