'Giovanni

  • Total activity 9
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by 'Giovanni
  • 'Giovanni commented,

    my .htaccess was empty. i put the code that was specified in your links and replaced domain.com with my real domain. for now i've found a working solution: RewriteEngine On RewriteCond %{HTTP_HOS...

  • 'Giovanni commented,

    same, it wont work.

  • 'Giovanni commented,

    Hello, This is answered on the following thread: Tips for .htaccess Thank you. RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.domain.com/$1 [R,L] i've used this one but it has no ...

  • 'Giovanni created a post,

    http to https redirect

    i want to redirect all http non www and www to https with www, for example domain.com to https://www.domain.com www.domain.com to https://www.domain.com https://domain.com to https://www.domain.com...

  • 'Giovanni commented,

    It does the redirect on http from non www to www but on ssl if i access https:// domain.com it redirects me to another domain (not domain.com) and for https:// www. domain.com it shows the warrning...

  • 'Giovanni created a post,

    SSL misconfiguration?

    I have reseller account and everytime i want to access any of my domains using https it warns me that i try to access a different domain name and if i click on the proceed button it takes me to tha...

  • 'Giovanni created a post,

    .htaccess redirect

    I want to do a .htaccess redirect from https to http and from non www to www, can anyone help me with the correct code?