mpf-soft/app-basic/master/htdocs/.htaccess - Htaccess File

mpf-soft/app-basic/master/htdocs/.htaccess

Options +FollowSymLinks
RewriteEngine On

# FOR MPF FRAMEWORK.. to understand the link when mod rewrite is active. is a redirect to index.php if is not a valid file or folder

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache