- 
      
- 
        Save IntCastillo/5884cedf9fad59191d79004d6b22498a to your computer and use it in GitHub Desktop. 
    Working .htaccess for Single Page Apps 
  
        
  
    
      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
    
  
  
    
  | <ifModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteCond %{REQUEST_FILENAME} !-f | |
| RewriteCond %{REQUEST_FILENAME} !-d | |
| RewriteRule (.*) index.html [QA,L] | |
| </ifModule> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment