ziad87 Posted March 30, 2018 Posted March 30, 2018 (edited) 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 https and it (gives me the warning, that is fine because there is AutoSSL) shows the normal site!Any suggestions? Edited March 30, 2018 by ziad0
ziad87 Posted March 30, 2018 Author Posted March 30, 2018 (edited) Now, even weirder, it suddenly stopped working!Now its showing the queued page! 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 March 30, 2018 by ziad0
ziad87 Posted March 30, 2018 Author Posted March 30, 2018 After refreshing the .htaccess file it now works.No help required. (I hope)
ziad87 Posted March 30, 2018 Author Posted March 30, 2018 Leaving this open.I am experiencing intermittent problems.It works then it doesnt...Please help...
wolstech Posted March 30, 2018 Posted March 30, 2018 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.
Recommended Posts