numabilis/zenolithe/master/app/.htaccess - Htaccess File

numabilis/zenolithe/master/app/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on

  # Rewrite URLs in the form 'index.php?u=x'.
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?u=$1 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache