I want
http://kemtime2_neu.pr.domain.de/css/style.css
to open ashttp://kemtime2_neu.pr.domain.de/public/css/style.css
andhttp://kemtime2_neu.pr.domain.de/login
to open ashttp://kemtime2_neu.pr.domain.de/public/index.php/login
I have
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /public/index.php/$1 [L]
This works for 2.
How do I make it work for 1.? Note that I can not change the document root (sorry!).