'Giovanni
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by 'Giovanni-
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...
-
same, it wont work.
-
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 ...
-
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...