There is no php/html file located in any subfolder (except for a phpbb, but that one runs stand alone from my code).
When someone requests a file at that location, he will get an error page wich say's that the page is not available and redirects the user to the index.php that is available wich in turn will display a portal-page

.
No need for code that will find the index.php, let apache handle that

Jay wrote:And believe me, my site is fully dymanic. I've got quite a few different functions and classes in use. Problem is all that code makes the page bloated, so I keep them all in a central reservoir, and when the script needs a function it can't find, it'll pull it out of the reservoir so it's faster?
I believe you
I've also got quite some functions and pieces of code and most of them are fetched from the database and are only "loaded" when needed.
I fetch them from the database (and store some in session-data) because I find include's terribly slow :S:S
Anyway, it seems were both using some fancy code

:)
Greetz MrSmartypants ;)
(A.K.A. Daan)