[eluser]Mirage[/eluser]
Quote:Code:
<IfModule !mod_rewrite.c>
ErrorDocument 404 /index.php
</IfModule>
This has me believe that your mod_rewrite process isn't working right. I think what you're seeing is the Error document.
Try -
* Removing that directive and see what's going on then
* Turn on debugging in your mod_rewrite block and tail the output
Let us know what you find.
Cheers!