Jump to content

saikoscs

Members
  • Posts

    14
  • Joined

  • Last visited

saikoscs's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Oh that'd be nice. Thank you for such an amazing service! (Y)
  2. Hello, I was wondering if it's possible to get our storage space increased? I have no problem in donating. I'm planning on donating some $$ around next month for this amazing service. Please let me know about it. Thank You.
  3. I was testing my website, so I had the temporary domain given by heliohost : http://saikosns.heliohost.org So, now I wanted to change this and use my url that I own already : http://saikoscans.ml I went to this page and added the information. In the "desired domain" section/box, I entered "http://www.saikoscans.ml". Then, on my Domain Panel, I changed my nameservers to ns1.heliohost.org ns2.heliohost.org Got these Nameservers from this page. Are these the correct steps? Or is there anything else that I should do in order to make my domain point to heliohost? Thank You
  4. thanks a lot. I just fixed it up and everything's working just fine. THANK YOU SO MUCH!
  5. I was trying to port a php based CMD on my account in my public_html folder. But, every time I put index.php in the public_html folder, it throws 500 Internal Server Error. index.html works just fine. I checked that my index.php file has 0644 perm. and all the folder it needs access to, has 0755 perm. Even now it's not doing so. I've put this line in my index.php, so it could show errors : ini_set('display_errors', 1);and this in my .htaccess : php_flag display_errors 1My .htaccess looks like : DirectoryIndex index.php RewriteEngine on RewriteCond $1 !^(index\.php|assets|content|robots\.txt|favicon\.ico) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ ./index.php?$1 [L,QSA] php_flag display_errors 1 Not sure what's causing this weird problem. I have checked the website and it's working on my local system. Here's the github repo of the project : https://github.com/chocolatkey/FoOlSlide2 Could anyone please look into this and help me? Thank You
  6. This is getting annoying. The website was working just fine a day ago or so. but now it won't load the css files. why? I can see them in the directory. I can see this file "/public_html/static/css/style.css" in my FTP. But, my site can't read it : http://saikosns.heliohost.org/static/css/style.css <-- Gives 404. What happened in past 2 days?
  7. Yes. it seems like it. I was able to get it working though. Just had to give public_html the read/write permissions. Thank you for all your help Krydos!
  8. I fixed the issue. Seems like I had to port the admin/css files as well separately. Now, I'm facing an issue where the website cannot write to the sqlit3 db file. Trying to 777 the public_html temporarily to see if that'll fix the write problem.
  9. Thanks! It worked. I put up the whole website and it's pointing to it just fine. But, it's not loading the CSS and even the admin area (after trying to log in) is giving 500 ERROR. The website with the same structure works just fine on my localhost. I've changed the permissions of the directories to 777 like here. Any idea why this might be happening?
  10. Hey, No, it still does not work. I'm not sure what's happening here. I checked my .htaccess. I guess you already made the changes in it because it was at the place you mentioned and had the same content.
  11. So, I have two .htaccess files. 1.) inside the ComicPub directory : RewriteEngine On RewriteBase / RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] RewriteRule ^(ComicPub/ComicPub/dispatch\.wsgi/.*)$ - [L] RewriteRule ^(.*)$ ComicPub/ComicPub/dispatch.wsgi/$1 [QSA,PT,L] 2.) Inside the .python_egg_cache : RewriteEngine On RewriteBase / RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] RewriteRule ^(dispatch\.wsgi/.*)$ - [L] RewriteRule ^(.*)$ ComicPub/ComicPub/dispatch.wsgi/$1 [QSA,PT,L] My directory structure : public_html - ComicPub (directory) - manage.py - ComicPub (directory) - .htaccess - .settings.py Which one should I be editing and is there any clear write-up regarding .htaccess file oh heliohost? Because this is a little confusing;.
  12. But, I can see the dispatch.wsgi in the ComicPub/ComicPub directory. http://saikosns.heliohost.org/ComicPub/ComicPub/ Check the screenshot : http://i.imgur.com/apbHRIL.png
  13. and what about this one : http://saikosns.heliohost.org/ComicPub/ This is throwing 500.
  14. Hey, I just signed up and was trying to deploy my little Django project. I stumbled upon this amazing tutorial and then follow this thread and did same steps. But, I still get internal server error 500. My site : http://saikosns.heliohost.org/ Can any admin please look into this? Not sure what's the problem here. Could be .htaccess file, but I've copied the exact same settings and made changed accordingly.
×
×
  • Create New...