-
Posts
24,537 -
Joined
-
Last visited
-
Days Won
867
Everything posted by Krydos
-
What is the error message?
-
You can prevent your account from becoming inactive by logging in at https://www.heliohost.org/login/ at least once every 30 days.
-
Let us know if you would like any links to sources. Anyone is able to create the article and anyone can edit it. https://en.wikipedia.org/w/index.php?title=HelioHost&action=edit&redlink=1
-
We have a 728x90 banner for you to use on your site if you want. It looks like this: Just put this code on your page so we can see how many people view the banner and how many clicks it gets: <ins data-revive-zoneid="1" data-revive-id="321e1cec4956204a54bd86da12deea5b"></ins><script async src="//krydos.heliohost.org/a/www/delivery/asyncjs.php"></script> Let us know if there is a certain size banner that would work better for you and we can create one for you.
-
What kind of bitcoin wallet would you suggest?
-
Yay!
-
Write a positive review about HelioHost at https://hosting.asp.net/hosting/hostingprovider/details/1105
-
Reddit changes pretty quick and old threads get locked, but just dropping a link somewhere like this on a new post would bring us a lot of visitors https://www.reddit.com/r/web_design/comments/2ezmbm/has_anybody_got_any_experience_with_free_domain/ Here are some subreddits to keep an eye on https://www.reddit.com/r/freewebhosting/ https://www.reddit.com/r/webhosting/ https://www.reddit.com/r/Hosting/ https://www.reddit.com/r/web_design/ https://www.reddit.com/r/learnwebdev/ https://www.reddit.com/r/webdev/ https://www.reddit.com/r/web_programming/ https://www.reddit.com/r/php/ https://www.reddit.com/r/python/ https://www.reddit.com/r/wordpress https://www.reddit.com/r/Entrepreneur/ https://www.reddit.com/r/Frontend/ https://www.reddit.com/r/html5/ https://www.reddit.com/r/html5games/ https://www.reddit.com/r/css/ https://www.reddit.com/r/learnjavascript https://www.reddit.com/r/javascript/ https://www.reddit.com/r/jquery/ https://www.reddit.com/r/coding/ https://www.reddit.com/r/badcode/ https://www.reddit.com/r/AskComputerScience/ https://www.reddit.com/r/servers/ https://www.reddit.com/r/websecurity/ and a lot more...
-
Write a review (and mentioned that we have java and 1000 MB storage) for HelioHost at http://www.hospedagensgratis.com.br/hospedagem/heliohost/
-
Give us a 5 star review and post a comment on http://www.free-web-hostings.info/free-web-hosts/heliohost-org/
-
If you can think of a competitor find them on alternativeto.net and make sure HelioHost is listed on their page https://alternativeto.net/
-
You can give HelioHost an upvote as an alternative to our competitors https://alternativeto.net/software/000webhost/ https://alternativeto.net/software/smart-hosting/ https://alternativeto.net/software/ktmwebhosting/ https://alternativeto.net/software/peer-1-hosting/ https://alternativeto.net/software/little-hero-hosting/ https://alternativeto.net/software/hostinger/ https://alternativeto.net/software/joyent/ https://alternativeto.net/software/x10hosting/ https://alternativeto.net/software/onesite/ https://alternativeto.net/software/webbera/ https://alternativeto.net/software/zymic/ https://alternativeto.net/software/serversfree/ https://alternativeto.net/software/smart-hosting/ https://alternativeto.net/software/profreehost/
- 1 reply
-
- 2
-
-
You can post a review about HelioHost at http://alternativeto.net/software/heliohost/reviews/
-
You can answer a question with a description of HelioHost at https://www.quora.com/pinned/Web-Hosting-Providers
-
You can write a review about HelioHost at http://www.free-webhosts.com/reviews/add-review.php?hostname=HelioHost
-
Restarted.
-
[Solved] Protocols Or Ways To Add Https To A Url
Krydos replied to leegold1's topic in Escalated Requests
If you use something like this in your .htaccess RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] then google, and all the other search engines will eventually change all their links to https. I'm not sure how your library only allows https though. If they blocked port 80 entirely then typing something like heliohost.org would get blocked even though it would immediately forward to port 443. I've seen some bizarre browsers that behaved the way you're describing though. Basically any url you type in even if you specify http:// would automatically tack https:// onto everything. So if the site didn't provide https it would just say that site couldn't be found. Perhaps that is what your library is doing. Another thing that could be possible is maybe your library is willing to communicate on port 80 ONLY to find redirects to https. If the first response on port 80 isn't a 301 redirect to port 443 then it blocks the connection. Very weird either way. -
You can let your Facebook friends know about us by making a post on your timeline. https://www.facebook.com/share.php?u=http://www.heliohost.org/
-
You can let your twitter followers know you're hosting your website with us by using @heliohost in your tweet. https://twitter.com/intent/tweet?text=My%20website%20is%20on%20%40heliohost%20the%20community%20powered%20free%20web%20host%20for%20everyone.%20Get%20your%20own%20free%20website%20at%20http%3A%2F%2Fheliohost.org%2F
-
You can write a Facebook review about HelioHost at https://www.facebook.com/pg/HelioHost.org/reviews/
-
You can write a review about HelioHost at http://www.whtop.com/review/heliohost.org#reviews-open
-
The best way to help HelioHost is by making a donation. https://www.heliohost.org/donate/ Everything helps. Thanks!
-
You actually don't have to use a shebang line on flask scripts because only one version of python is available to run flask. /usr/bin/env python is actually python 2.7.5 but like I said the flask.wsgi forces it to use python 3.6.1 and it will just ignore that shebang. You don't need it so you may as well remove it. Not all python modules are installed by default. If you need a module installed, or if you want to check if it's already installed just let us know which version of python you're using, and what server you're on, and what module you need. I installed pyscopg2 for you on Python 3.6.1 on Ricky.
-
The account allera on Tommy has been deleted and the account alexrym has been transferred to Tommy. If you see a 404 error or something when you go to http://allera.heliohost.org/ that means your computer still has the old Ricky IP cached. You can try clearing it by using this command in windows ipconfig /flushdns Thanks for helping us test the server transfer script. If anything seems broken please let us know.
-
It looks like you uploaded a theme/plugin on your wordpress install that had a backdoor allowing criminals to gain access to your account.