404 error when using rewrite engine |
[eluser]walrus_lt[/eluser]
Hello, i am getting an 404 error when using rewrite engine when i am accessing, http://localhost/projects/ but when trying access http://localhost/projects/welcome/ then everything works fine. What's the problem? ![]() Code: <IfModule mod_rewrite.c>
[eluser]walrus_lt[/eluser]
Here is debug info :/ Code: DEBUG - 2008-12-16 08:47:27 --> Config Class Initialized
[eluser]PowerCode[/eluser]
I'm assuming that, as you've written, you have your CI application inside a folder named projects. This one works fine for me, should do the same even with you. Code: RewriteEngine On You don't need to explicitly specify file names to exclude from rewriting. The URL will not be re-written if the requested folder/file already exists on the system
|
Welcome Guest, Not a member yet? Register Sign In |