Skip to content

Instantly share code, notes, and snippets.

@aerouk
Created August 5, 2015 19:21
Show Gist options
  • Select an option

  • Save aerouk/7571f7e0dc4e0e7883d4 to your computer and use it in GitHub Desktop.

Select an option

Save aerouk/7571f7e0dc4e0e7883d4 to your computer and use it in GitHub Desktop.

Revisions

  1. aerouk created this gist Aug 5, 2015.
    6 changes: 6 additions & 0 deletions .htaccess
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    RewriteEngine On

    RewriteCond %{HTTP_HOST} !^$
    RewriteCond %{HTTP_HOST} !^www\. [NC]
    RewriteCond %{HTTPS}s ^on(s)|
    RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]