The "it works" message is, I believe, the sandard default page. Did you stopped/restarted apache after each modifications ? Because of it's nature, I don't think you can send a reload signal to apache on windows, so you need to stop/restart it after each modifications in the config file.
The answer on the port 8000 though might indicate that you have the django dev server running. If it's the case, stop it, as 2 programs cannot bind the same port at the same time. If you have the dev server running, apache will fail to start because the port is already used. On Mon, Jun 2, 2008 at 5:11 PM, <[EMAIL PROTECTED]> wrote: > > this is what i cant do: > "Assuming there were no errors in any of the steps up to this point, > you should now be able to browse to localhost/testproject and be > greeted with this page:" > Not Found > > The requested URL /testproject was not found on this server. > > > > i can however see that these works: > http://localhost:8000/ "it worked! ..." > and > http://localhost/ "it works" > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

