![]() |
|
| |||||||
| Notices |
| Domain names/DNS Questions about domain name registration, maintenance and transfers. DNS issues such as MX records, Cnames, A records, etc. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| Ok, I have never had to deal with these ssl transfers before so forgive my ignorance.... My client has just had VH install the certificate so now her site shows up as not only http://www.***** but also https://www.**** The problem is all her links she has spent years getting all point to http://www So her site is still not secure when people come through this way. I personally thought that once this certificate was in place the http automatically redirected but I guess this is not the case. You also can't do redirects from http to https as the CP won't offer this option. What is the way around this? how does she get EVERY client going into the site via https?
__________________ Ramsey Web Design Help? Creating affordable internet presence for your business. Struggling to get your website noticed? Talk to me! UK Limousine Hire UK Wedding Services Wedding Dress Comparison Site |
|
#2
| ||||
| ||||
| Ramsey - she shouldn't want all the pages to be https - the only ones she wants that for should be the ones that need it. You don't mention what type of site she has - but for example, on a store - only the CHECKOUT pages are https.
__________________ Beth A Child's Palace - Pinata Palace - Moxie Enterprises SEO and Marketing Tools SEO - The Basics |
|
#3
| ||||
| ||||
| Sorry Bethers, Can I take this opportunity to ask you how I set up a https in my booking form? As you've mentioned I need it just in this page so people fell safer sending the credit card details to book a tour. Many thanks,
__________________ N Z B R t o u r s New Zealand Tours Tours en la Nueva Zelanda Tours na Nova Zelandia Neuseeland Reisen Nouvelle-Zelande Voyage |
|
#4
| ||||
| ||||
| Most of cpanels tools (like password protect directory, hotlink protection, ip banning, etc) are just little .htaccess code generators. Cpanel only provides you with... maybe 3-4% of what you can do with .htaccess Heres code you can add to your .htaccess file that will redirect all http:// to https:// Code: RewriteCond %{SERVER_PORT} ^80$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
__________________ Freelance web programming Do you need help installing a script, or need one written for you? I do freelance web programming (XHTML, CSS, PHP, MySQL). Feel free to contact me through my website and I will get back to you with a quote asap. Register/Login Script Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script |
|
#5
| ||||
| ||||
| Its made with soho, so I have no idea how she just makes the cart side of her site https... I am not soho friendly at all!
__________________ Ramsey Web Design Help? Creating affordable internet presence for your business. Struggling to get your website noticed? Talk to me! UK Limousine Hire UK Wedding Services Wedding Dress Comparison Site |
|
#6
| ||||
| ||||
| Heres code you can add to your .htaccess file that will redirect all http:// to https:// Code: RewriteCond %{SERVER_PORT} ^80$RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L] Thanks for that 'Watdaflip'. Last question: Where do I put it in my booking form page? 'between tag'....in page properties? And then the page will change forever into https? Cheers,
__________________ N Z B R t o u r s New Zealand Tours Tours en la Nueva Zelanda Tours na Nova Zelandia Neuseeland Reisen Nouvelle-Zelande Voyage |
|
#7
| ||||
| ||||
| No, this is the content of the .htaccess file! You should add the above code in your htaccess file, or, if you don't have one, you should create one (in Notepad) with the above content, Save As, All Files, use the name " .htaccess ". When done, upload it in your public_html
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#8
| ||||
| ||||
| Problem solved thanks to Karen.. There is a section in the cart admin that you just enter the https address in... all working now. Thanks to all who replied anyway, appreciated.
__________________ Ramsey Web Design Help? Creating affordable internet presence for your business. Struggling to get your website noticed? Talk to me! UK Limousine Hire UK Wedding Services Wedding Dress Comparison Site |