Last active
          July 17, 2019 10:55 
        
      - 
      
- 
        Save vrushank-snippets/78ea114ea2cc58e86841 to your computer and use it in GitHub Desktop. 
    HTACCESS : Add www. to the URL
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | RewriteCond %{HTTP_HOST} !^www\. | |
| RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment