arterzatij/snabb/master/.htaccess - Htaccess File

arterzatij/snabb/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
  #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]

    RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache