k0R73z/asu/master/.htaccess - Htaccess File

k0R73z/asu/master/.htaccess

Options +FollowSymlinks
RewriteEngine On

RewriteCond %{REQUEST_URI} !^/(assets|css|js)/
RewriteCond %{REQUEST_URI} !index.php
RewriteCond %{REQUEST_FILENAME} !-f [OR]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache