Skip to content

Commit

Permalink
comment .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas CARPi committed Apr 29, 2014
1 parent 486081f commit 47bf5df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# .htaccess for elabftw
# AllowOverride must be set to All in Apache config
# FORCE HTTPS
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
#RewriteEngine On
#RewriteCond %{HTTPS} off
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

# DO NOT SHOW DIRECTORIES
Options -Indexes

0 comments on commit 47bf5df

Please sign in to comment.