borkweb/plymouth-webapp/master/webapp/festivals/woodwind/.htaccess
php_value auto_prepend_file none
php_value auto_append_file none
php_flag magic_quotes_gpc off
RewriteEngine on
RewriteBase /webapp/festivals/woodwind/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php/$1 [L,QSA]
RewriteRule ^$ index.php/ [L,QSA]
Files
