kyoya-de/Little-Horizon-Techtree/master/public/.htaccess - Htaccess File

kyoya-de/Little-Horizon-Techtree/master/public/.htaccess

# Rewrite rules for Zend Framework by Zend Tool
# There are some problems with this rules.
# Using settings below until fix is available for these problems.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule .* index.php

# Security: Don't allow browsing of directories
Options -Indexes

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache