nick.ferro Posted February 18, 2010 Posted February 18, 2010 Hi all. I have a little site on my pc.. i run it with "python manage.py runserver".. now i would like put it on my domain (http://nicolaferrari.heliohost.org/)... i followed the guide on officiale site but it doesn't work and i don't undestand why... this is my structure: siti nicola(folder) templatesutility__init__adminmodelstestsviews__init__managesettingsurls i created .htacces, dispatch.wsgi and the .python_egg_cache folder.. i don't undestand how i have to start the "server" (like i do on my local pc)...
Byron Posted February 18, 2010 Posted February 18, 2010 This support request is being escalated to our root admin.
Ashoat Posted February 19, 2010 Posted February 19, 2010 The server is Apache with mod_wsgi, and it's already running. If you stick in all the files and go to the specified URL, it should be working.
nick.ferro Posted February 20, 2010 Author Posted February 20, 2010 The server is Apache with mod_wsgi, and it's already running. If you stick in all the files and go to the specified URL, it should be working. I don't undestand why my site don't work..http://nicolaferrari.heliohost.org/ in local it work
nick.ferro Posted February 22, 2010 Author Posted February 22, 2010 What error are you getting? http://nicolaferrari.heliohost.org/ 500 INTERNAL SERVER ERROR
nick.ferro Posted February 22, 2010 Author Posted February 22, 2010 What error are you getting? http://nicolaferrari.heliohost.org/ 500 INTERNAL SERVER ERROR i solved the problem... but i have some problem with "admin"... http://nicolaferrari.heliohost.org/ --> it work http://nicolaferrari.heliohost.org/admin --> return me error... why?
Ashoat Posted February 22, 2010 Posted February 22, 2010 It looks like you have a 500 error, but Django is catching it. Try looking at Django's error logs.
Recommended Posts