Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Shared SSL Certificate and DTDonate

Shared SSL Certificate and DTDonate 15 years 3 months ago #3411

  • vqcdesigns
  • vqcdesigns's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
I have implemented the code which switches from https to http depending on if you access the DTDonate component or other areas of the site. I am currently using our shared SSL certificate instead of a dedicated SSL cert. The problem arose when I decided to switch to Search Engine Friendly URLS with Apache mod_rewrite. Now when I access the DTDonate component on the website https://secure2.vqcdesigns.com/~surgica ... &Itemid=50 and then click to any area of the site, I am getting a Page Not Found error. Is there any way to take the code here, http://www.dthdevelopment.com/index.php ... tid=7#3380 and modify it so that if the user leaves the DTDonate area, it switches back to the primary domain of worldsurgicalfoundation.org instead of still using the shared SSL url string?

I hope this makes sense.

Please Log in or Create an account to join the conversation.

Shared SSL Certificate and DTDonate 15 years 2 months ago #3531

  • laurelbowen
  • laurelbowen's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 16
  • Thank you received: 0
It sounds like you have the same problem I had. You need to add code to the index.php page of your template that allows it to switch back and forth between http and https. This works for DT Donate and DT Register. The code is here http://www.dthdevelopment.com/index.php ... 82&catid=7

Please Log in or Create an account to join the conversation.

Shared SSL Certificate and DTDonate 15 years 1 month ago #3879

  • vqcdesigns
  • vqcdesigns's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0

laurelbowen wrote: It sounds like you have the same problem I had. You need to add code to the index.php page of your template that allows it to switch back and forth between http and https. This works for DT Donate and DT Register. The code is here http://www.dthdevelopment.com/index.php ... 82&catid=7


Actually the code to switch from http to https and vice versa works fine; however, the problem is that I am using a shared SSL certificate from my host and so the format to access https is https://secure2.vqcdesigns.com/~surgica ... &Itemid=50 . The PROBLEM is that with the search engine friendly url, if I click anywhere outside of the DTDonate area, it still keeps the shared url of http://secure2.vqcdesigns.com/~surgical and it appends the search engine friendly url string so what happens is that it gives a 404 Page Not Found error. I need it to switch from https://secure2.vqcdesigns.com/~surgica ... &Itemid=50 to http://www.worldsurgicalfoundation.org/pagename.html when I click outside of DTDonat. Does anyone know how I can do this?

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.489 seconds