Nene-Padi/diy-phpframework/master/.htaccess - Htaccess File

Nene-Padi/diy-phpframework/master/.htaccess

Options +FollowSymLinks

php_flag display_errors on
php_value error_reporting 9999
php_value date.timezone 'Africa/Accra'

RewriteEngine On

# This might change depending on your environment ...
RewriteBase /~nene/diy

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache