My website visible

Still nothing, after 5 days (=120 hours). Is it OK?

golfology.app.          86400   IN      A       185.27.134.212

I can see it. Try in incognito?

And check your SSL installation I guess

2 Likes

Hi FlutterHoney, this I can see too. But there should be content shown, however it has been built here on InfinityFree within a tool builder. Does it have something to do with DNS records set-up? /sorry for the simple questions, I am marketer and not an IT/dev savvy guy). Thanks, Pietro

You need to fix your SSL error first. Did you install and ssl?

2 Likes

You mean this?

This I´ve already enabled.

Nope, i asked about the settings in you control panel. Follow this guide if you get stuck!

3 Likes

Hello, and welcome!

It looks like you are forcing HTTPS on your website, which is a good thing! However, you do need an SSL certificate to be able to do that. You can get one for free by following the guide that @jaikrishna.t posted.

Please let me know if you have any questions!

4 Likes

Hi guys, thanks for the guidance. What if I just want to simply publish my one simple site, without HTTPS? It will be just one page and the process is a bit challenging for me.
I am not aware to request/force secure site, so if I can just simply undo this forcing, that would be the fastest way for me.

Thanks, Pietro

1 Like

yes you can.

That is possible, we just have to figure out what is causing the HTTPS force.

You mention you are using a website builder, so can you please share the contents of the .htaccess file located within the htdocs folder?

Please let me know if you have any questions!

1 Like

Great. Look, what I have found:


The box is not ticked so I shouldn’t be forcing HTTPS, or?
Thanks, Pietro

Make sure that is unchecked. Also, make sure to clear your .htaccess in case.

2 Likes

Correct, it should not be. I have only used site.pro once or twice so I can’t really say if that will work though. Can you please complete the below so we can double-check?

1 Like

Sure, I will.

How / where can I find it? I don´t see it in the settings.

Thanks, Pietro

Please do not follow @jaikrishna.t’s instructions, they are incorrect.

@Pietro, the .htaccess file can be located inside of the /htdocs folder. To find it, please follow the below steps.

  1. Login to the client area, and click the “File Manager” button near he top of the screen
  2. Open the “htdocs” folder
  3. Locate the file titled “.htaccess” inside of the /htdocs folder, and select “edit” from the drop down menu that appears when you click it
  4. Copy and paste the contents of that file here

Please let me know if you have any questions!

2 Likes

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