Jump to content

Error 500 all the time


studiosu

Recommended Posts

Also, the site is broken, when entered thru https
This is how site looks like when entered through http (it should look like it looks): https://ibb.co/LSYLcPR

This is how siet looks like when entered through https (it shouldnt look like this): https://ibb.co/TLW4Cxt
The site is HTML based, plus some js and css on top.

I am on server Johnny, so it shouldn't be a problem if im right 

Link to comment
Share on other sites

Johnny is our slowest server and he has been running slow every year. If you need a better performance server, get Tommy server.

Keep in mind that the next Tommy's signup button reset is not until midnight and you have to be quick enough before it gets filled fast during the day. If you don't want to wait in line or you can’t stay up at midnight, you can consider making a donation of minimum $1.00 to skip the line. Go to Heliohost.org/tommy to get started and after you donate, an invitation will be sent to your via email in 24 hours. You will first need to BACKUP YOUR FILES and then you can delete your Johnny account before you open a new account. http://www.heliohost...pts/delete.php.

If you want to move your account along with all your files, go to Heliohost.org/donate to make a manually donation. Next copy your transaction ID and paste it here. Then our root admins will verify and once it’s fully verified, they will move your account along with your files over to Tommy. :) Please make sure that you don't delete your Johnny account because our root admins are going to move your account over to Tommy!

For the ssl isn’t forcing it to the users, this can sometimes happens to other users when they are having trouble figuring it out how to tell the SSL System to forced. So to solve this issue, you can add this code inside the .htaccess file under the public_HTML folder and then it should properly be working now.

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Link to comment
Share on other sites

It's safe to paste your transaction ID here for our root admins to verify the donation receipt but if you are feeling uncomfortable that you really don't want to show it to the public, you can send it to me through the private message and I will send them off to our teams to verify.

 

Also, I think you are currently on Tommy now as I can see in my end with a username studiosu and same domain as sam1e.eu so it's fine and you don't have to show us your transaction ID, but one question to ask you. Did you make a backup first before you delete your Johnny account? Because if you didn't and you just accidentally did it on purpose this cannot be undone and you will have to start all over again from the beginning on a new Tommy account and that's why you were wondering why the index file got messed up.

 

 

EDIT: You can remove the force auto ssl code from inside the .httaccess since Tonmny do have a auto SSL feature and it will start to get active in within 24 hours. After 24 hours, it should start to work properly and if is still not forcing it, just put code back into the .httaccess file.

 

This whole code have to be removed for the system to work

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

 

 

Edited by Luigi123
Link to comment
Share on other sites

It looks like you successfully deleted your Johnny account, received an automated Tommy invite, recreated your account, your main domain works, and autossl has already even set up https for you. The next step would be to restore your backup and get your site working again. I'll leave this topic unsolved in case you have any issues restoring your backup.

Link to comment
Share on other sites

Hello, yes I made the donation and I am on Tommy server. And yes, please restore my files. Thank you! Okay, thanks even for the SSL, now i'm just awaiting it for to be active. 

Thanks so much :)

But i think .js files are not working. Because i made animatedtitle.js on my server, which would make title of website animated but it isn't working. Is there anything needed to be installed? Thanks!

Edited by studiosu
Link to comment
Share on other sites

And yes, please restore my files.

We don't make backups of your account. You're responsible for doing that yourself and we provide the tools in cpanel to take full backups whenever you want. Perhaps Luigi wasn't clear, but if you wanted us to move your account you needed to NOT delete it.

 

But i think .js files are not working. Because i made animatedtitle.js on my server, which would make title of website animated but it isn't working. Is there anything needed to be installed? Thanks!

Javascript is run in your browser, not on the server. The server sends the .js files to the browser exactly the same as it would send .html files. Perhaps you need to clear your browser cache? Sometimes browsers cache .js files rather than downloading a new copy each time to make websites appear to load faster.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...