Jump to content

All Activity

This stream auto-updates

  1. Today
  2. hi, your suggestions worked! I entered the info manually and voila. Thanks for the help! Carlos
  3. Domain added. it can take up to 2 hours to start working.
  4. Hi. Can I please get a custom domain added to my account? Thanks in advance. username: oakleigh domain: oaktumbles.org
  5. Sorry, I uploaded a new index.html and it does load, but I get a 404 error if I remove it, instead of the directory. I will keep troubleshooting on my end as it looks like the domain is pointed correctly. My apologies for bugging!
  6. Hello, I am getting a 404 error when visiting my site at salt.wiki.gd. I have created DNS A & AAAA records pointing to the IPv4 and IPv6 addresses, respectively. I confirmed the records are working at dnschecker.org. I'm not sure how else to identify the issue. Thank you
  7. Thank you for your help!
  8. The domain salt.wiki.gd has been added, and the domain salt.helioho.st has been set up to to give a 301 (permanent) redirect to the new domain. The new salt.wiki.gd domain may take up to 2 hours to start working.
  9. Yes. Is this the wrong way to do that?
  10. Are you planning on redirecting people who go to salt.helioho.st so their browser shows them on the salt.wiki.gd domain?
  11. This support request is being escalated to our root admins.
  12. My apologies, I realize I did not provide sufficient details. The Short URL builder asks for the following credentials to generate the code for nginx.conf: fastcgi_pass fastcgi_params This is the nginx.conf code it would generate: server { # [...] # Location for the wiki's root location /saltwiki/ { try_files $uri $uri/ @mediawiki; # Do this inside of a location so it can be negated location ~ \.php$ { try_files $uri $uri/ =404; # Don't let php execute non-existent php files include /etc/nginx/fastcgi_params; fastcgi_pass 127.0.0.1:9000; } } location /saltwiki/images { # Separate location for images/ so .php execution won't apply location ~ ^/saltwiki/images/thumb/(archive/)?[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ { # Thumbnail handler for MediaWiki # This location only matches on a thumbnail's url # If the file does not exist we use @thumb to run the thumb.php script try_files $uri $uri/ @thumb; } } location /saltwiki/images/deleted { # Deny access to deleted images folder deny all; } # Deny access to folders MediaWiki has a .htaccess deny in location /saltwiki/cache { deny all; } location /saltwiki/languages { deny all; } location /saltwiki/maintenance { deny all; } location /saltwiki/serialized { deny all; } # Just in case, hide .svn and .git too location ~ /.(svn|git)(/|$) { deny all; } # Hide any .htaccess files location ~ /.ht { deny all; } # Uncomment the following code if you wish to hide the installer/updater ## Deny access to the installer #location /saltwiki/mw-config { deny all; } # Handling for the article path location @mediawiki { include /etc/nginx/fastcgi_params; # article path should always be passed to index.php fastcgi_param SCRIPT_FILENAME $document_root/saltwiki/index.php; fastcgi_pass 127.0.0.1:9000; } # Thumbnail 404 handler, only called by try_files when a thumbnail does not exist location @thumb { # Do a rewrite here so that thumb.php gets the correct arguments rewrite ^/saltwiki/images/thumb/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ /saltwiki/thumb.php?f=$1&width=$2; rewrite ^/saltwiki/images/thumb/archive/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ /saltwiki/thumb.php?f=$1&width=$2&archived=1; # Run the thumb.php script include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root/saltwiki/thumb.php; fastcgi_pass 127.0.0.1:9000; } # [...] }
  13. Hello, My username is lia. I would like to point the domain salt.wiki.gd to my site salt.helioho.st as a parked/alias domain. Thank you
  14. Please disregard the last question, I have done some research and realized this would be a parked/alias request.
  15. Thank you!
  16. 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
  17. Hello, My username is lia. I would like to add domain telenove.la to my account. Thank you!
  18. Have a nice day! ☺️ ✨
  19. Yesterday
  20. Domain added. it can take up to 2 hours to start working.
  21. Requesting an additional domain for my account username jedibcg I will be using HelioHost domain so would like to use roi-cardtraker.heliohost.us Anything else you need from me?
  22. WSGI restart access has been removed from the domain casamarcial.com.br, but WSGI restart access is still enabled on the domain atenahub.app.br.
  23. Please, disable the WSGI restart access from casamarcial.com.br. Thanks!
  24. its Python 3.12 version
  25. Which python version are you using?
  26. Hello Sir, Could you please include the modules time and random in the python modules. I require this for a script to work. Regards, Ravindra
  1. Load more activity
×
×
  • Create New...