quote:
Originally posted by KeyStorm
But it's very probable that a server with PHP redirects to index.php by any chance. I don't know if there's a way for PHP to know it, but if there is, I'll add it.
Well depending on what server software they run, but on Apache the redirects are in the httpd.conf file.
I know cos I setup apache on my localhost.
Extracting the possible index.php redirect from there is a matter of guessing their Apache install dir and find the httpd.conf file.
On IIS however (I also had this on my localhost), its set in the config and stored in an unknown (to me) winblows file.
In short, no bloody clue on how to find if it has index redirect or not. Just wanted to let you know the little I know about how webservers has their redirects