1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help me Redirect url via htaccess

Discussion in 'Programming' started by twin, Jan 4, 2016.

  1. #1
    twin, Jan 4, 2016 IP
  2. twin

    twin Well-Known Member

    Messages:
    981
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    150
    #2
    Nobody knows?
     
    twin, Jan 5, 2016 IP
  3. hostingv

    hostingv Active Member

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    58
    #3
    Hello twin,

    RewriteCond %{HTTPS} off
    RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    Code (markup):
    This code will redirect all your http request to https.
     
    hostingv, Jan 8, 2016 IP
  4. David@CDNsun

    David@CDNsun Active Member

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #4
    Here you go

    RedirectPermanent /index.html https://www.domain.com
    Code (markup):
    https://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirectpermanent
     
    David@CDNsun, Jan 12, 2016 IP