My website visible

Hi Greenreader9, here it is:

# Powered by Site.pro

<IfModule pagespeed_module>
	ModPagespeed off
</IfModule>

<IfModule mod_expires.c>
	ExpiresActive On
	ExpiresDefault A0
	ExpiresByType image/gif A691200
	ExpiresByType image/png A691200
	ExpiresByType image/jpeg A691200
	ExpiresByType text/css A691200
	ExpiresByType text/javascript A691200
	ExpiresByType application/javascript A691200
</IfModule>

<FilesMatch "^(web\.config)$">
	<IfModule mod_authz_core.c>
		Require all denied
	</IfModule>
	<IfModule !mod_authz_core.c>
		Order allow,deny
	</IfModule>
</FilesMatch>
ErrorDocument 401 "Unauthorized"
ErrorDocument 403 "Forbidden"
<IfModule mod_negotiation.c>
	#Options -MultiViews
</IfModule>
RewriteEngine On
RewriteBase /

#### PERSISTENT CONTENT ####



#### PERSISTENT CONTENT END ####

DirectoryIndex index.php index.cgi index.html
RewriteCond %{REQUEST_FILENAME} !-f [OR]
RewriteCond %{REQUEST_URI} ^\/(js\/(main\.js|boostrap\.min\.js)|css\/(\d+\.css|common\.css|site\.css|bootstrap\.min\.css))$
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ sitepro/$1 [L,QSA]


#### PERSISTENT CONTENT ####
1 Like

That is certainly odd. There is nothing in the file that suggests that HTTPS should be used, and your website is still showing that behavior.

Perhaps Admin can check your account out, because I am out of ideas.

Exactly, right?
I didn´t set-up any special requirement, so I don´t understand.
What is the way to contact Admin?

Thanks Greenreader9 for your engagement!

Pietro

1 Like

No problem!

Admin will see this topic whenever he comes online next, and that depends on what is happening in his personal life.

Thanks!

2 Likes

Ok, so I have to wait until then.
Or shall I start a new page? Maybe it will work? What do you think?
Thanks, Pietro

Nothing wrong if you start from scratch! Hope it’ll work…

I just remembered something.

.app, along with some other new gTLDs, are owned by Google. And Google put all their domain extensions on the so-called “HSTS preload list”.

This means that ALL .app domains (and a number of other extensions like .dev) MUST have HTTPS. It’s impossible to access a .app domain over HTTP. All browsers are configured to only allow valid HTTPS connections to those domains.

Nobody can change this on their own domains. All .app domains must have HTTPS.

So the solution is simple: make your website HTTPS-capable or get a different domain.

5 Likes

Ah, OK, clear now. Thank you, Pietro

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.