A1Gard/ToosFrameWork/master/src/.htaccess - Htaccess File

A1Gard/ToosFrameWork/master/src/.htaccess

#php error control
#php_flag display_errors on 

# redirect Virtual address to index php.
<IfModule mod_rewrite.c>

# redirect Virtual address to index php.
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+)$ index.php?req=$1 [QSA,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache