ZHAW-Context/phpmysql1415/master/_Modulpruefung/vagrant_env/www/yii/.htaccess - Htaccess File

ZHAW-Context/phpmysql1415/master/_Modulpruefung/vagrant_env/www/yii/.htaccess

# Redirect everything in this directory to "good.html"   
RewriteEngine on 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Rewrite everything else through the pages parameter 
RewriteRule ^(.+)$ index.php?rt=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache