anthonyrossbach/CodeSimpleScript/master/.htaccess - Htaccess File

anthonyrossbach/CodeSimpleScript/master/.htaccess

Options -indexes

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteCond %{REQUEST_URI} !=/index.php
  RewriteRule . www/index.php [L,QSA]
</IfModule>

<IfModule !mod_rewrite.c>
  ErrorDocument 404 index.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache