elevenone/sparkle/master/public/.htaccess - Htaccess File

elevenone/sparkle/master/public/.htaccess

# htaccess

# disable indexing
Options -Indexes

#
RewriteEngine On
RewriteRule ^$ index.php [QSA]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache