Jump to content

[Solved] want to change primary domain


harshsha

Recommended Posts

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.
Link to comment
Share on other sites

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).

Link to comment
Share on other sites

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...