Answer the question
In order to leave comments, you need to log in
Why is CodeIgniter throwing a 404?
Some kind of game is going on. Created a Project controller in it's show method.
If you go directly to justdoit/index.php/project/show/aassda everything works fine (the method just displays the argument).
But if I add a rule to .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^([0-9a-z]+)$ index.php/project/show/$1
</IfModule>
The requested URL /index.phpp/project/show/asasd was not found on this server.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question