I want
http://kemtime2_neu.pr.domain.de/css/style.cssto open ashttp://kemtime2_neu.pr.domain.de/public/css/style.cssandhttp://kemtime2_neu.pr.domain.de/loginto 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!).