shoprex/Shoprex_V3_development/master/__admin/.htaccess - Htaccess File

shoprex/Shoprex_V3_development/master/__admin/.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 /__admin/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /__admin/index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache