Jump to content

All Activity

This stream auto-updates

  1. Today
  2. It shouldn't disable the setting for SSL/TLS for Mail (this one relates to IMAP/SMTP connections), not sure about the webmail one. I don't think it turns the webmail certificate off, but I would expect that certificate to not renew while the webmail is disabled.
  3. I see. Thank you for clarifying dear @wolstech. Does that also results in disabling the setting for 'SSL/TLS certificate for webmail' and 'SSL/TLS certificate for mail' ?
  4. Domain changed. It can take up to 2 hours to finish changing and start working. Please be sure to configure DNS if you have not done so already.
  5. Domain changed. It can take up to 2 hours to finish and start working.
  6. This was done intentionally due to poor performance on Johnny. When this happens, it happens to all accounts on a given server regardless of usage. We don't have a way of knowing which people are actually using it.
  7. Username: streetartlist I've already added dns records for both IPv4 and IPv6 and the domain that I'm using (a subdomain) correctly shows the "Welcome to your Account - Your domain should start working in..." page. It's been over 2 hours, so I figured I should ask if it's also necessary for you to add the new domain to the site's config on your end? Currently, it's using thestreetartlist.helioho.st. I just wanted to change that to use "archive.thestreetartlist.com".
  8. Dear @wolstech, today I found out that the webmail feature had disabled itself again.Or was this done by the technical people of Heliohost? Kindly awaiting your reply.))
  9. hello, please delete old domain guiacontabil.net.br and create new domain fabola.com.br thanks GianBR
  10. Unsuspended and web shell deleted. It may take a little while to start working.
  11. Alright, it works now, thanks!
  12. Your account has been reset. You'll receive an email shortly with a link to create a new account. Please do not upload or attempt to run a proxy on your account again.
  13. Yesterday
  14. Hello! Just so you know, you could have asked for the other domain to be removed and for this one to be added in the same thread. It doesn't really matter either way, but one post might have been easier for you. 🙂 I've added that domain to your account for you. Please note that it may take up to 2 hours for the domain change to take effect, and it will not work until you set up your DNS with your domain registrar. To configure your DNS, please see the steps provided on our Wiki to either set NS records pointed at the HelioHost nameservers, or create A/AAAA records and point them to your server's IPv4/IPv6 address: https://wiki.helionet.org/Addon_Domains#Custom_Addon_Domains If after a full 2 hours it doesn't work on your side, please make sure you clear your web browser cache: https://wiki.helionet.org/Clear_Your_Cache
  15. I've removed that domain from your account. Please note there is a risk of data loss when domains are removed, since the folder for the domain inside Plesk will be deleted. I made a full account backup for you before I removed the domain, in case you need any of the old files. You can download the backup here: https://heliohost.org/backup If you're not sure how to extract the backup files, please follow our how-to guide here: https://wiki.helionet.org/Account_Backups
  16. hello, please add: domain: unlichat.com username: gucabansimon
  17. hello, please remove: domain: budflick.com username: gucabansimon
  18. Addition bookmarks so I can close the tabs: https://www.feistyduck.com/library/apache-security/online/apachesc-CHP-3.html https://serverfault.com/questions/1044315/syntax-of-apache-sethandler-directive-when-configuring-php-fpm
  19. tldr; I'd like to add an `.htaccess` rule to rewrite `*.phps` URLs to their actual `.php` source document, but instruct FastCGI to syntax highlight and render the source file as HTML instead of interpreting it. Some due diligence: I searched the forums for: "phps" (Old thread from 2009 about bypassing apache/suPHP configs and highlighting via `RewriteRule /highlight.php?file=$1`.) "fastcgi" (Nothing obviously php/fastcgi/htaccess related.) "fcgi" (Nothing obviously php/fastcgi/htaccess related.) "handler" (There's an old thread about telling apache to process `.pro` files as PHP.) "htaccess" (Nothing obviously php/fastcgi/htaccess related.) etc. I searched the wiki. I've done loads of Google searches similar to the above, and read dozens of StackOverflow QAs. I've browsed the Plesk docs, but they don't get to the level of config file detail. I've tried adding a `SetHandler fcgid-script` (among many others) in my `.htaccess`. I've experimented with a bunch of stuff in my Heliohost Marty space. General info: Morty username: beporter Site: https://gravatar.redirect.channel PHP file URL: https://gravatar.redirect.channel/gravatarizer.php (On its own, configured to bounce invalid requests back to the homepage.) Desired .phps URL: https://gravatar.redirect.channel/gravatarizer.phps (should render html version of the source code for the `.php` version of the same filename.) I tried symlinking this in git, but: the Plesk logs say I can't use `<Directory>` which means I can't use `Options FollowSymlinks` either. According to the Plesk file browser, git doesn't push the symlink over SFTP, at least not with the Github Action I've been using. Example non-functional `.htaccess` rules: # Allow PHP source code to render as text for inspection AddType application/x-httpd-php-source .phps # RewriteRule ^(.+\.php)s$ $1 [H=application/x-httpd-php-source] # --or-- # RewriteRule ^(.+\.php)s$ $1 [H=php-script] # Allow examining .phps files. # <FilesMatch "\.phps$"> # SetHandler application/x-httpd-php-source # </FilesMatch> If this were `mod_php` in Apache, I suspect that first commented-out RewriteRule would have been sufficient. But since PHP files are passed through to FasgCGI, it seems like that Apache handler isn't recognized or responding. What I can't find is documentation on how Heliohost has named its PHP handlers. I found a support page about using the plesk cli tool, but obviously I can't run that myself. It's totally fine if this is outside the realm of possibility, but since this whole single-page-site is meant to be a learning experience, it'd be nice to get this working in the`.htaccess`, if possible. Thanks for your time!
  20. Yeah that will do it. Unsuspended.It may take a few minutes to work again.
  21. I often use public wifi to connect, does this count as a shared network?
  22. It's just not supported. Plesk doesn't officially have the listings enabled by default, so we made changes to have it do that (it was the same behavior our old cPanel servers had, we were tired of support tickets to explain the 403 error that Plesk showed by default, users preferred it and often asked for them to be enabled, and it often makes abuse stand out since they wouldn't hide the listing and leave files like "script phising.zip" in their root...yes that was a real file we found). Specifically, we forced it in the Apache config. Apache doesn't always let you override that option for some reason (the Options line in general doesn't very work well on Plesk). The easiest way to accomplish this on our service is to just put an empty index.html in the folder...
  23. Good day! I’d like to ask why the Options -Indexes directive in the .htaccess file of a certain directory doesn’t seem to work. It works fine on my local machine.
  24. Last week
  25. Did you use a VPN or other shared network to access your account at some point? That will often cause this.
  1. Load more activity
×
×
  • Create New...