martinp23/elabchem/master/.htaccess - Htaccess File

martinp23/elabchem/master/.htaccess

# .htaccess for elabchem
# AllowOverride must be set to All in Apache config

# FORCE HTTPS
#RewriteEngine On
#RewriteCond %{HTTPS} !=on
#RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

# DO NOT SHOW DIRECTORIES
Options -Indexes

On Github License

Files

Download PDF of Htaccess file
HTTPS, REQUEST_URI, SERVER_NAME

Comments

Apache