borkweb/plymouth-webapp/master/webapp/commonapp/.htaccess - Htaccess File

borkweb/plymouth-webapp/master/webapp/commonapp/.htaccess

php_value auto_prepend_file ./common.php
php_value auto_append_file none

RewriteEngine on
RewriteBase /webapp/commonapp/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php/$1 [L,QSA]
RewriteRule ^$ index.php/ [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache