Jump to content

vvenet

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by vvenet

  1. Hello, I made a request and you responded very swiftly. Thank you. But I made a additional request by replying to your answer, regarding the same subject. There has been no response yet. Do I have to make a new request each time, by starting a new topic? Or did I do the right thing by continuing the conversation by replying to your message? Thank you. Account: vvenet )
  2. Account: vvenet . Thank you for your swift reply. From within my account, I added about three years ago some domains on your server. Just to figure out how it all worked. You were using cPanel then. I was possible to add/remove/change domains then yourself. From that period the 'username.heliohost.us' are in my account. As far as I remember it was only possible in those days to add (by yourself) domains with the syntax 'domainname.username.heliohost.us'. You were then getting into a discussion with cPanel about their unreasanble position of getting money from you. Rightfully so, you decided to change to another control panel Plesk. Now I always want to find things out myself before turning to real-person assitance.Since I can't configure the DNS settings myself, it will be easiest for you to know what my whishes are. My wish is simple: domainname points to ns1.heliohost.org and ns2.heliohost.org. DNS provides info for location of a simple website (with SSL) and pop/imap/smtp e-mail (able to configure DKIM and SPF record). For now, can you please remove all 'domainname.vvenet.heliohost.us' from your DNS and add 'domainname' instead on your ns1.heliohost.org and ns2.heliohost.org please? For instance delete 'stichtingdecitadel.nl.vvenet.heliohost.us' and add 'stichtingdecitadel.nl' instead of it and point it to ns1.heliohost.org and ns2.heliohost.org. The same for the other four 'domainname.vvenet.heliohost.us' domains in my account. After this, then also delete 'vvenet.heliohost.us' since it is of no use anymore. Thank you and kind regards.
  3. Hello, I would like to add the following domains to my account: account name: vvenet domains: vve.net hertog.org 2btc.nl I will be moving these domains to ns1.heliohost.org and ns2.heliohost.org Where/how can I modify the DNS's value for these domain? E.g. for TXT records to enter SPF values? Thank you and kind regards.
  4. I can login at https://helionet.org/ but not on https://heliohost.org/. Also not after password reset. Why can't I login on https://heliohost.org/ ?
  5. Dear support team, I would like to achieve two things: a. use “force https” in cPanel for the domains hosted in my account b. and that Comodo SSL certificates get renewd automatically by using cPanels's feature autoSSL . In order to enable autoSSL renewal, I understand that I should enable http access to the “well-known” folder by making an exemption-rule in the .htaccess file. Now I read the following postings: - February 2018 regarding autorenewal of autoSSL from Comodo in combination with cPanel’s “forced https" feature: https://www.helionet...ewing-for-site/ - May 2021 too: https://www.helionet...tossl-on-tommy/ : make sure you're not forcing an SSL redirect in .htaccess, or that the .well-known folder is excluded from it. To get certs successfully, the .well-known folder on your domain must be reachable over plain HTTP - September 2018 https://www.helionet...tossl-question/ a script to be added in the .htaccess file: <quote> RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ 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] <end of quote> I added the rules of this script in each of the existing .htaccess files. - home/'userprofile'/public_html/.htaccess - home/'userprofile'/public_html/anydomain1/.htaccess - home/'userprofile'/public_html/anydomain2/.htaccess - home/'userprofile'/public_html/anydomain3/.htaccess - home/'userprofile'/public_html/anydomain4/.htaccess My questions: 1. Is the above mentioned script good that I added in each of the the .htaccess files? (So all the .htaccess files contain the same script that is stated above.) 2. Only the .htaccess file in the public_html directory of my account, contains a default rule “RewriteOptions inherit”. This rule is not (by default) in the other .htaccess files. A.) Does this rule has to be at the start or at the end of the .htaccess file? Or does that not matter? B.) Do the other .htaccess files also need this “RewriteOptions inherit” rule? 3. Please have a look at the following 302-redirects that can be setup in cPanel: - ‘userprofile.heliohost.us’ ==> ‘anydomain.com’ - ‘userprofile.heliohost.us/exampledomain.com’ ==> ‘anydomain.com’ - ‘exampledomain.com.userprofile.heliohost.us’ ==> ‘anydomain.com’ Will autoSSL renewal work properly, even when these ‘302’-redirects are enabled in my account? Thank you and kindly awaiting your reply. :-)
×
×
  • Create New...