Status
Not open for further replies.

tooth

Active Member
457
2011
168
10
i reselty purchased DEDICATED SLL certificate from Hostgator
and they are telling me to change all http links to https://


i want to hire some good programmer who can do this for me

reason for which i buyed ssl thing

[slide]http://www.killurtime.com/wp-content/uploads/2011/12/goo.jpg[/slide]

i need serious programmers who can do this to me
 
25 comments
in htaccess :
Code:
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^(.*)$ "https\:\/\/www\.killurtime\.com\/$1" [R=301,L]

Highest Regards
Mohammed H
 
Add this on your .htaccess. (Replace yourdomain.com to your domain name)

PHP:
RewriteEngine On 
RewriteCond %{SERVER_PORT} 80 
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
 
does any nthing i have to change with my wordpress general url setting

to change it to
https://killurtime.com

mu images or not loading in my site

and my latest posts are not showin up
only if i log in to my admin account i see those posts

hostgator spports are not helping me in this
 
okb ut i am not seeing any images on my site :)

i wish ay godd programer help me in this iam ready to pay

thanks PM
 
Last edited:
[slide]https://www.killurtime.com/wp-content/uploads/2012/01/6666.jpg[/slide]

i want to get rid of that red line on that lock :(
 
ok i got it for every image in site i have to remove it and remove httP and make it as https://

i wonder what will be the use of this?
 
it begs the question "why did you move to https anyway". Your first post only shows that you were using https, and hostgator are telling you that if you want to do that, you need a certificate. A simple alternative would have been to not use https.

SSL is only required for sensitive data websites, such as making a payment or logging in. Using https site-wide is overkill, and requires more CPU useage on the server, hence only enable it on pages that require it, such as the login page and maybe the Admin CP.
 
when i log in http:// mynew posts are not coming

once i installed hhtps://on my server an i can see all latest posts
so i have to work on that
pain in d ass -but i enjoy

but i like the secure link on my site it looks awsum

let me try and check the consequences
 
There is no reason at all as to why new topics appear on https and not http. Furthermore, all images are going to have to be hosted on your site, including any resources such as javascript, or link to a https alternative. Nothing can come from http. This can be a serious pain in the arse. No youtube, for example.

I would suggest that rather than continue down this road, which is clearly becoming more difficult as your progress, put everything back to http. You can make use of your certificate by using SSL for login and ACP.

If you want to continue down this road because you have a "pretty little blue icon" then by all means, go ahead.
 
when i log in http:// mynew posts are not coming

once i installed hhtps://on my server an i can see all latest posts
so i have to work on that
pain in d ass -but i enjoy

but i like the secure link on my site it looks awsum

let me try and check the consequences

If you can't access stuff with http normally on anything, that has something to do with your ISP or something blocking access. Kind of like school networks.
 
Status
Not open for further replies.
Back
Top