Jump to content

arnews

Members
  • Posts

    3
  • Joined

  • Last visited

arnews's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thx @Krydos , @Luigi123 .. I found Ansower in https://wiki.helionet.org/Moving_your_account
  2. When i request http://arnews.heliohost.org/ArNews/ Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@arnews.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error. ArNews Tree : ---/home/arnews/public_html/ArNews ----------/ArNews ---------------------/__init__.py ---------------------/dispatch.wsgi ---------------------/settings.py ---------------------/urls.py ----------/ArNewsBot ---------------------/migrations ---------------------/urls.py ---------------------/etc. ----------/media ----------/manage.py ----------/.htaccess IN .htaccess :- RewriteEngine On RewriteBase /RewriteRule ^(media/.*)$ - [L]RewriteRule ^(admin_media/.*)$ - [L]RewriteRule ^(ArNews/dispatch\.wsgi/.*)$ - [L]RewriteRule ^(.*)$ ArNews/dispatch.wsgi/$1 [QSA,PT,L] in dispatch.wsgi :- import os ,sys from django.core.wsgi import get_wsgi_applicationsys.path.append("/home/arnews/public_html/ArNews"); os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ArNews.settings") application = get_wsgi_application() in settings.py :- DEBUG = True ALLOWED_HOSTS = ['*']
×
×
  • Create New...