melecarlos/abcisv2/master/web/booking/.htaccess - Htaccess File

melecarlos/abcisv2/master/web/booking/.htaccess

RewriteEngine On
RewriteCond %{HTTPS} On
RewriteRule (.*) https://www.abc.edu.sv/system/abcis/web/booking
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule . index.php [L]

On Github License

Files

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

Comments

Apache