MrEliasen/Zolid-Framework/master/.htaccess - Htaccess File

MrEliasen/Zolid-Framework/master/.htaccess

Options +FollowSymLinks
Options -Indexes

########################################################################################################
## You can uncomment the below lines, for more pretty URLs. Not fully supported by the framework yet. ##
########################################################################################################
#RewriteEngine On
#RewriteCond %{REQUEST_FILENAME} -f [NC,OR]
#RewriteCond %{REQUEST_FILENAME} -d [NC]
#RewriteRule .* - [L]
#RewriteRule ^([^.]+)$ index.php?route=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache