Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have installed the LAMP stack on my web server i have added all the files etc, configured mysql but when it comes to go to IP/signin it will display a 404 not found page

I am using codeigniter as my framework just in case

share|improve this question
This question appears to be abandoned and unanswered, if you are experiencing a similar issue please ask a new question with details pertaining to your problem. If you feel this question is not abandoned, please flag the question explaining that. – Eliah Kagan Mar 6 at 2:39

closed as not a real question by qbi, Eric Carvalho, Uri Herrera, Eliah Kagan, Seth Mar 6 at 5:11

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Have you enabled mod_rewrite? You can check by running a2dismod. If it is not listed run a2enmod to enable this mod.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.