TheRosettaFoundation/SOLAS-Match/master/.htaccess - Htaccess File

TheRosettaFoundation/SOLAS-Match/master/.htaccess

php_flag display_errors on

#DirectoryIndex index.php

RewriteEngine On
XSendFile on

# RewriteBase /~demomatc/ # <- option required on server with temp URL

# Help us refresh the cached stylesheet when necessary by incrementing the variable in the URL.
RewriteRule ^resources/css/style.([0-9]+).css$ resources/css/style.css

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]

# Disable listing of directory contents
IndexIgnore *

# Protect the README.md file
<Files README.md>
  Order Deny,Allow
  Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache