polycliniqueborinage/reminder/master/sites/all/modules/twilio/.htaccess - Htaccess File

polycliniqueborinage/reminder/master/sites/all/modules/twilio/.htaccess

RewriteEngine ON

# Set this if you have your installation in a subdirectory
# RewriteBase /subdir

# By default always use SSL
#RewriteCond %{HTTPS} !=on
#RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} [L,R]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*) index.php?vbxsite=$1 [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L,QSA]
#RewriteRule ^(.*) index.php/$1 [L,QSA]

ErrorDocument 404 /fallback/rewrite.php

On Github License

Files

Download PDF of Htaccess file
HTTPS, REQUEST_FILENAME, REQUEST_URI, SERVER_NAME

Comments

Apache