foxxyz/Plant/master/.htaccess - Htaccess File

foxxyz/Plant/master/.htaccess

Options +FollowSymLinks 
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_URI} /(app|core|plugins|scripts)/.*.(php|tpl)$
RewriteRule .* /error/404/

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .* - [L]

RewriteRule ^(([a-z0-9_+.-]/?)*)$ /index.php?path=$1 [QSA,NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache