Two Minutes Module problem (404 error) and solution
Folks,
Just in case you are having the same problem I was, read on....
I am running Ubuntu and have Apache set up as a local host at http://localhost/drupalsite01.
The module twominutes would not work for me... I got a 404 Apache error (file not found) and it was because I didn't have clean URLs enabled in Drupal.
However, when I navigated to http://localhost/drupalsite01/#overlay=admin/config/search/clean-urls in order to try to enable clean urls, there was no "enable clean URLs" checkbox there.
This site: http://www.lullabot.com/videos/install-local-web-server-ubuntu gives clear, easy to follow instructions that fixed my problem.
I just encountered this problem. I'd also tried doing the same thing on my Windows box, and was especially puzzled when the module worked there, but not on my Ubuntu box. Thanks for posting that! :)
-Sean
I also experienced this problem.
By adding the ?q= I could access the twominutes module page.
Here's the URL that worked for me:
http://localhost/drupal7demo/?q=twominutes-page
I'm heading into my Drupal install now to set up "clean URLs" Thanks for reminding me about that.
Thank you for posting the solution to this, I'm sure some other viewers will be happy for the step-by-step instructions from Addison. I probably need to include something about this in the module notes.
Thanks again!
Chris