SSL problem! - Joomla! Forum - community, help and support
hello,
i bought ssl certif. website, idiot, , give subdomain name that: www.mysite.com. if write browser mysite.com says fail. how can redirect https://mysite.com https://www.mysite.com.
thanks , regards
i bought ssl certif. website, idiot, , give subdomain name that: www.mysite.com. if write browser mysite.com says fail. how can redirect https://mysite.com https://www.mysite.com.
thanks , regards
i use joomla 2.5.24.
i wrote htaccess:
options +followsymlinks
rewriteengine on
rewritecond %{https_host} .
rewritecond %{https_host} !^mysite\.hu
rewriterule (.*) https://mysite.hu/$1 [r=301,l]
then http://www.mysite.hu did this:
not found
the requested url /hu/ not found on server.
apache/2.2.22 (debian) server @ http://www.mysite.hu port 443
i wrote htaccess:
options +followsymlinks
rewriteengine on
rewritecond %{https_host} .
rewritecond %{https_host} !^mysite\.hu
rewriterule (.*) https://mysite.hu/$1 [r=301,l]
then http://www.mysite.hu did this:
not found
the requested url /hu/ not found on server.
apache/2.2.22 (debian) server @ http://www.mysite.hu port 443
Comments
Post a Comment