Htaccess File

borkweb/plymouth-webapp/master/webapp/mobile-notifications/.htaccess

REQUEST_FILENAME
php_value auto_prepend_file none
php_value auto_append_file none

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