Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
syamkumar authored May 3, 2018
1 parent 174846a commit 014ed88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# DO NOT REMOVE THIS LINE AND THE LINES BELOW SSL_REDIRECT:mozillakerala.org
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^mozillakerala.org$
RewriteCond %{HTTP_HOST} ^mozillakerala.com$
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
# DO NOT REMOVE THIS LINE AND THE LINES ABOVE SSL_REDIRECT:mozillakerala.org

IndexOptions FancyIndexing

RewriteRule ^home index.html [NC,L]
RewriteRule ^contributors contributors.html [NC,L]
RewriteRule ^about about.html [NC,L]




Expand Down

0 comments on commit 014ed88

Please sign in to comment.