asleepwalker/skymaps/master/src/.htaccess - Htaccess File

asleepwalker/skymaps/master/src/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule (.*) index.html [L,QSA]
</IfModule>

<IfModule mod_cache.c>
  CacheDefaultExpire 0
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache