jattframework/jattframework/master/sample/.htaccess - Htaccess File

jattframework/jattframework/master/sample/.htaccess

Options +FollowSymlinks
Options -Indexes
RewriteEngine On
#RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} !.*.(ico|gif|jpg|jpeg|png|js|css)
#RewriteRule ^(.*)$ index.php?path=$1&%{QUERY_STRING} [L]
RewriteRule ^(.*)$ index.php [L]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME, REQUEST_URI

Comments

Apache