shoprex/Shoprex_V3_development/master/.htaccess - Htaccess File

shoprex/Shoprex_V3_development/master/.htaccess

ErrorDocument 401 /__functions/maintenance/maintenance.php
ErrorDocument 404 /__functions/maintenance/maintenance.php
Errordocument 500 /__functions/maintenance/maintenance.php

SetEnv HTTP_MOD_REWRITE On
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache