wearska/daksports/master/.htaccess - Htaccess File

wearska/daksports/master/.htaccess

# ----------------------------------------------------------------------
# | Routing system                                                     |
# ----------------------------------------------------------------------

  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-l
  RewriteRule ^(.+)$ index.html [QSA,L]

  Options -Indexes

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache