cbrspc/LIVESTREET-1-DISTRIB/master/.htaccess - Htaccess File

cbrspc/LIVESTREET-1-DISTRIB/master/.htaccess

AddDefaultCharset UTF-8
Options -Indexes
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php
# Alternative rule
#RewriteRule ^(.*)$ /index.php

# Deny access
<Files "plugins.dat">
  order allow,deny
  deny from all
</Files>
<Files "plugin.xml">
  order allow,deny
  deny from all
</Files>
<Files ~ ".tpl$">
    Order allow,deny
    Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache