Jump to content

Recommended Posts

Posted

It won't, because you're suspended for having multiple accounts. You're only allowed 1 account.

 

Which of the 3 accounts do you want to keep?

Posted

yeah but when you type with https. if you just simply type www.personaldot.ml its don't work

12hrs ago it was working with simple typing and i am new here in hosting thing

Posted

yeah but when you type with https. if you just simply type www.personaldot.ml its don't work

12hrs ago it was working with simple typing and i am new here in hosting thing

Surprisingly works for me.... Even very fast.... Try clearing your cache and then search.
Posted

Working here as well. It's an issue with your PC or your ISP. Try accessing it using another connection and device (like your cell phone using the data plan).

 

Try clearing your cache as sohamb03 said, and also try flushing your DNS cache (Windows users can do this by opening command prompt as an administrator, then entering ipconfig /flushdns to flush it).

Posted

Trying adding this code inside your .htaccess file:

 

RewriteEngine On

RewriteCond %{HTTPS} off

RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

 

This will force users to use https:// when they enter your domain instead http.

 

If you have any codes inside your .htaccess file, then add it all the way to the top. That’s it, just save it and see if that works. I strongly recommend that you should make a copy of the .htaccess file.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...