Jump to content

[Solved] Domain issue


ziad87

Recommended Posts

Hi,

I got a domain, ziad87.tk, and used it as an addon domain leading to q1.ziad87.net with public_html  as the directory and set ns1.heliohost.org and ns2.heliohost.org as the nameservers.

But it keeps showing the queued page. At first I thought, "fine, its still loading"

But then I open it in httpand it (gives me the warning, that is fine because there is AutoSSL) shows the normal site!

Any suggestions?

Edited by ziad0
Link to comment
Share on other sites

Now, even weirder, it suddenly stopped working!
Now its showing the queued page!
:blink:  :wacko:
Edit: I think there is a possibility my  .htaccess file is causing it.
It is supposed to convert to HTTPS in the event of an HTTP connection.
 
Code:

RewriteEngine On
RewriteCond %{SERVER_PORT} ^80$
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://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
  AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

Edited by ziad0
Link to comment
Share on other sites

Stale cache tends to bite a lot of people around here. I find myself flushing mine every few minutes sometimes when working on people's sites.

 

Glad to see you figured it out :) Let us know if you need anything else.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...