Welcome to TalkGraphics.com
Results 1 to 10 of 11

Thread: http or https

Hybrid View

  1. #1
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,339

    Default http or https

    Hi folks. Client has SSL, do I put https or http or none and just www._____.com?
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screenshot_1.png 
Views:	64 
Size:	16.3 KB 
ID:	128170  

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,814

    Default Re: http or https

    behzad, make it without the protocol.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  3. #3
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,339

    Default Re: http or https

    Ok, so just www._______.com ?
    When I do that, and hit ok, going back and it put its own http:// before it.

  4. #4
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,814

    Default Re: http or https

    Well, add https://www_____.com to override it.

    I usually add my sitemap.xml using an on-line service and FTP, bypassing nanny Xara.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  5. #5
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,775

    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.

  6. #6

    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.

 

 

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
  •