[eluser]TheLoops[/eluser]
[quote author="CI Mirage" date="1211312910"]
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![/quote]
I removed it and am still getting the same (CI-generated) 404.
[quote author="louis w" date="1211313009"]Try downloading and installing MAMP. This is what I use. Out of the box no customization w/ added htaccess.[/quote]I'll try that.