gulliverrr/hestia-web-dev/master/var/www/public/.htaccess - Htaccess File

gulliverrr/hestia-web-dev/master/var/www/public/.htaccess

php_value "short_open_tag" "on"

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ /index.php [NC,L]

#AuthName "Authorized Users Only."
#AuthType Basic
#AuthUserFile /var/www/public/.htpasswd

#generate extra passwords here
#http://davidwalsh.name/web-development-tools
#usernames are seperated by spaces
#require user boiler

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache