TheRosettaFoundation/SOLAS-Match/master/api/.htaccess - Htaccess File

TheRosettaFoundation/SOLAS-Match/master/api/.htaccess

php_flag display_errors on

RewriteEngine On

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_URI} (.*/users/.*)  [NC]
#RewriteCond %{REMOTE_ADDR} ^(127.0.0.1|localhost|193.1.104.2|trommons.org|77.235.58.241)$ 
#RewriteRule ^(.*)$ dispatcher.php [QSA,L]

RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_URI} !(.*/users/.*)  [NC]
RewriteRule ^(.*)$ dispatcher.php [QSA,L]

RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]

# Disable listing of directory contents
IndexIgnore *

On Github License

Files

Download PDF of Htaccess file
REMOTE_ADDR, REQUEST_FILENAME, REQUEST_URI

Comments

Apache