genesy/pokestats/master/app/.htaccess - Htaccess File

genesy/pokestats/master/app/.htaccess

# html5 pushstate (history) support:
<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
  RewriteRule .(gif|jpe?g|png) /img/sprites/m/0.png [NC,L]

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !index
    RewriteRule (.*) index.html [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
DOCUMENT_ROOT, REQUEST_FILENAME, REQUEST_URI

Comments

Apache