Page 1 of 1

Cannot login

PostPosted: November 17th, 2011, 4:34 pm
by plotnerc
I just installed TODCM on a new CentOS 6 machine. The install went fine, but now I go to the website, and the login page appears. Every login I try, I get the same message."The requested URL /login was not found on this server." What step am I missing?

Re: Cannot login

PostPosted: November 17th, 2011, 5:55 pm
by David Tong
There are 2 things related to your Apache server that can cause this problem. One or both of these misconfigurations can cause your Apache server to not process the .htaccess file generated by the TODCM installation. The fixes for these 2 misconfigurations are mentioned in this forum post: http://todcm.org/forums/viewtopic.php?f=5&t=3

1) Apache rewrite module is not turned on. Search for the word "LoadModule" without the quotes in the forum post mentioned above.

2) Apache is not configured to load the .htaccess file for sub-directories. Search for the word "AllowOverride" without the quotes in the same forum post.

Re: Cannot login

PostPosted: November 17th, 2011, 7:07 pm
by plotnerc
Thanks David,

I figured it out. It was the second option. Thank you for your quick response.



Corey