rilwanfit/zf2-practicals/master/.htaccess - Htaccess File

rilwanfit/zf2-practicals/master/.htaccess

#SetEnv ZF2_PATH /home/mhrilwan/public_html/vendor/zendframework/zendframework/library
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache