-
Posts
24,618 -
Joined
-
Last visited
-
Days Won
871
Everything posted by Krydos
-
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.
-
That account cannot be unsuspended. If you would like more information, please let us know and we can escalate your request.
-
@wolstech, He actually already donated $5 to create the Tommy account even though it was full for the day. @allera, Thank you so much for your donation. We really appreciate it. If you would like to have your Ricky account with all of its domains and dns settings intact moved to Tommy I can run our new server transfer script for you. I can also delete your Tommy account if it's empty. You wouldn't have to do anything and all of the domains and dns would be good to go within a few hours as the old Ricky cached values time out.
-
Deployed. http://praveenk.heliohost.org/Lab1/
-
You didn't post the whole file... Here's the missing beginning of the file: <!DOCTYPE html> <html lang="en"> <head> <title>Together We</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400i,600i" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="lstylesheet.css"> <style> .error {color: #FF0000;} </style> </head> <body id="myPage"> <?php You obviously have html before any of the php code you posted. You're going to get that error if you use any of the session or header commands after already posting html to the page.
-
http://pushon.heliohost.org/flask/ works for me...
-
There you go root@tommy [~]# /usr/local/bin/ruby --version ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux] Use this shebang to access it #!/usr/local/bin/ruby otherwise it will use the system default ruby which is still 2.0.0.