Hi, On Feb 4, 10:08 pm, djandrow <andrewkenyon...@gmail.com> wrote: > Hello everyone, > > [...] > > I created a file in Htdocs then in that created the project with the > views and urls.py and the others. > But if I go > onhttp://localhost:8080/myproject/helloorhttp://localhost:8080/myproject/hello/I > get a 404 not found error. >
That's not going to work. There are several guides and HOWTOs that describe deployment on Apache with mod_python[1] or mod_wsgi[2] in great detail (I'd recommend mod_wsgi, but that's just me :) ). If you still have problems after reading those guides, come back here. Regards, Benjamin [1] http://docs.djangoproject.com/en/dev/howto/deployment/modpython/ [2] http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---