PDA

View Full Version : Error in Joomla log in



emarkets
12-11-2007, 05:42 PM
This is the error that it gives me when a user logs in a Joomla-powered website:


Method Not Allowed
The requested method POST is not allowed for the URL /index.html.

Apache/1.3.39 Server at techshoppe.net Port 80


It also doesn't send back a confirmation email. How do I fix this? Thanks!

shadmego
12-11-2007, 06:01 PM
This is usually a problem you would want to ask on the joomla forums here:

http://forum.joomla.org.

However, I did some looking and came up with this post:

http://forum.joomla.org/index.php/topic,208124.0.html

Basically, the problem is you most likely have an index.html and an index.php file in the root directory where joomla is installed. If you get rid of the index.html, the error should go away.

~regards

emarkets
12-11-2007, 06:11 PM
Thank you so much. That made sense!