All Activity
- Past hour
-
Hi. Can I please get a custom domain added to my account? Thanks in advance. username: oakleigh domain: oaktumbles.org
- Today
-
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!
-
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
-
oakleigh joined the community
-
Thank you for your help!
-
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.
-
Yes. Is this the wrong way to do that?
-
Are you planning on redirecting people who go to salt.helioho.st so their browser shows them on the salt.wiki.gd domain?
-
This support request is being escalated to our root admins.
-
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; } # [...] }
-
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
-
Please disregard the last question, I have done some research and realized this would be a parked/alias request.
-
[Solved] Please add domain kenzieshane.my.id
cortadoistheonly replied to cortadoistheonly's topic in Customer Service
Alright thank you!- 2 replies
-
- domain name
- domain
-
(and 1 more)
Tagged with:
-
lia changed their profile photo
-
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
-
Hello, My username is lia. I would like to add domain telenove.la to my account. Thank you!
-
bestprice4u joined the community
-
jeymz joined the community
-
nyxprodigy joined the community
-
rowell joined the community
-
sbns56635 joined the community
- Yesterday
-
Domain added. it can take up to 2 hours to start working.
-
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?
-
[Solved] Disable the WSGI server restart/reload
Krydos replied to talesaz's topic in Escalated Requests
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. -
[Solved] Disable the WSGI server restart/reload
talesaz replied to talesaz's topic in Escalated Requests
Please, disable the WSGI restart access from casamarcial.com.br. Thanks! -
[Krydos] import modules time and random
xploreravi replied to xploreravi's topic in Escalated Requests
its Python 3.12 version -
[Krydos] import modules time and random
MoneyBroz replied to xploreravi's topic in Escalated Requests
Which python version are you using? -
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
-
Hello, I have installed MediaWiki at my website: https://salt.helioho.st/saltwiki/ I would like to point another subdomain (salt.wiki.gd) to this wiki and have the Short URL work as salt.wiki.gd/Article_Path MediaWiki recommends using this tool to set up Short URLs but it requires changing the nginx.conf file, which I have gathered requires root access. Is it possible to have this changed by root admins? Also, to point salt.wiki.gd to my wiki, do I need to request it to be added as a domain? Thank you
-
Domains removed and new domains added. it can take up to 2 hours for the new domains to start working. Since removing a domain sometimes deletes the files associated with it, you can download a backup of your account before the removal at https://heliohost.org/backup
