hendri30/SupraCompProfile/master/.htaccess - Htaccess File

hendri30/SupraCompProfile/master/.htaccess

Options All -Indexes
# Special for Uniform Server Development Only!!!
Options +FollowSymLinks -Indexes

# Rewrite Router to Bootstrap File (index.php)
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache