XIMDEX/ximdex/develop/.htaccess - Htaccess File

XIMDEX/ximdex/develop/.htaccess

Options -Indexes

#RewriteEngine on
#
RewriteCond %{REQUEST_FILENAME} api-rest/login
RewriteRule (.*) api/index.php [QSA,L]

RewriteCond %{REQUEST_FILENAME} api-rest/(.*)
RewriteRule (.*) api-rest/index.php
#
RewriteCond %{REQUEST_FILENAME} api/(.*)
RewriteRule (.*) api/index.php
#
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule (.*) index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache