the0chr0 Posted August 26, 2017 Posted August 26, 2017 Hello everybody ! I tried to do this tutorial : http://wiki.helionet.org/Django . Unfortunately, it doesn't work at all. All I have is a 500 error : Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator at webmaster@the0chr0.heliohost.org to inform them of the time this error occurred, and the actions you performed just before this error.More information about this error may be available in the server error log.Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. I think I made everything required, but unfortunately, that didn't work. However, there's something that I probably made bad : where should I put the .htcaccess ? IMHO, this could be better explained in the tutorial.And maybe there is a problem with the .htaccess example and the tree output provided below : it seems that only one 'hello' dir exist, but the .htaccess seems to require two : 'hello/hello/' If I have enough help, I'm volunteer to modify the wiki (if necessary). Thanks in advance !
Krydos Posted August 26, 2017 Posted August 26, 2017 sys.path.append('/home/the0chr0/public_html/") ^ ^ There's your error.
the0chr0 Posted August 26, 2017 Author Posted August 26, 2017 ...Thank you for your help... My message sounds pretty ridiculous actually.Thanks again.
Krydos Posted August 26, 2017 Posted August 26, 2017 Don't worry about it. I'm sure I've made that same mistake at some point. That's probably why it caught my eye.
Recommended Posts