apachejack/ecological-agrarian-web/master/web/.htaccess - Htaccess File

apachejack/ecological-agrarian-web/master/web/.htaccess

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

AddDefaultCharset utf-8

Options All Indexes FollowSymLinks
Order allow,deny
Allow from all

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache