wardvanderput/SumoStore/master/upload/install/.htaccess - Htaccess File

wardvanderput/SumoStore/master/upload/install/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
### Getting a white page? Uncomment these settings to display all errors
#php_flag display_errors on
#php_flag display_startup_errors on
#php_value error_reporting 8191

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache