Welcome to TalkGraphics.com
Results 1 to 10 of 11

Thread: http or https

Hybrid View

  1. #1
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,817

    Default Re: http or https

    I'm willing to be shot down here...but...
    I go with the https://name-of-site.whatever. This brings up https:// prefix when someone types the site name directly into the address bar. Using www returns http://.

    I could be wrong. I quite often am.

  2. #2

    Default Re: http or https

    Chris,

    Yes and no, it all depends what is programmed at the remote end.
    I have this in my .htaccess at my root www folder:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} off [OR]
    RewriteCond %{HTTP_HOST} !^www\. [NC]
    RewriteRule ^ https://www.mysite.com%{REQUEST_URI} [R=301,L,NE]
    </IfModule>


    This forces HTTPS and adds www if it is missing. Writing http://www.mysite.com or mysite.com brings up https://www.mysite.com every time.
    Quote Originally Posted by Chris M View Post
    I'm willing to be shot down here...but...
    I go with the https://name-of-site.whatever. This brings up https:// prefix when someone types the site name directly into the address bar. Using www returns http://.

    I could be wrong. I quite often am.

  3. #3
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,817

    Default Re: http or https

    behzad was asking if it mattered what was written in the Xara Website URL section. Whatever you write there reflects in the sitemap.xml. The bit I'm vague on is if that affects the way the URL is handled if typed directly into the address bar without any http prefix.

    Editing, or creating, an .htaccess will ensure https is enforced provided you have an SSL certificate with your hosting.

  4. #4
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,345

    Default Re: http or https

    Very informative. I even wonder if we need xara to create a site map, since google may already do that.

  5. #5

    Default Re: http or https

    Behzad,

    Like Acorn, I use an external service to make a site map. Google crawls your site, and uses your site map in the process, if any. A good site map is a valuable SEO asset that you can use to point Google and others in the right direction.

    Quote Originally Posted by behzad View Post
    Very informative. I even wonder if we need xara to create a site map, since google may already do that.

  6. #6
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,345

    Default Re: http or https

    Care to tell me what that external service is?

  7. #7

    Default Re: http or https

    Behzad,

    There are quite a few good free online services (e.g. https://www.xml-sitemaps.com/, https://www.web-site-map.com/, http://www.check-domains.com/sitemap/). If you like a downloadable free alternative, this might be for you: https://xmlsitemapgenerator.org/site...-download.aspx, and then there are paid programs that do site maps and much more like https://www.screamingfrog.co.uk/seo-spider/.

    Personally, I have used xml-sitemaps.com many times with success, and occasionally some of others.

    Quote Originally Posted by behzad View Post
    Care to tell me what that external service is?

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •