Assuming the following directory structure,
htdocs/
images/
css/
.htaccess
system/
index.php
...
I would like to route all incoming requests through that php script. I have been trying some rewrite rules within the htaccess, but I can't seem to be able to route to files that are outside the document root. I couldn't find a reason for this in the apache manuals, so eventually resorted to "Include" an apache config file, where the rules are different.
Is there a way of rewriting outside of the docroot?