richard457/WebStore/master/.htaccess - Htaccess File

richard457/WebStore/master/.htaccess

##Block Index Display##
Options All -Indexes

## ERROR 404 Handler ##
ErrorDocument 404 http://localhost/new-crst/404.html

 
RewriteEngine On 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteRule ^(.*)$ %{ENV:BASE}index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache