huestack/Amvisie/master/src/.htaccess - Htaccess File

huestack/Amvisie/master/src/.htaccess

Options +FollowSymLinks

#-- Required by Amvisie. Do not remove.
DirectoryIndex Index.php

RewriteEngine on
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !^(index.php|images|robots.txt)
RewriteRule ^(.*)$ Index.php [NE,L]
#-- Amvisie settings done.

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache