Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » redirectin to a secure site


redirectin to a secure site

Reply
  #1 (permalink)  
Old 02-03-06, 12:59 PM
pkcidstudio's Avatar
pkcidstudio pkcidstudio is offline
Coding Addict
 
Join Date: Nov 2005
Posts: 332
Thanks: 0
Thanked 0 Times in 0 Posts
redirectin to a secure site

so here is the problem.
i have one site.
and when i want people to to purchase something when they go into the products section i want it to switch over to a secured site. the secured site i have the SSL CER for. i am looking for something very similar to what Verizonwireless does. when you punch in your acct info it becomes https: this cant be as difficult as i am making it to be. i do not want people to punch in passwords, just turn a section of my site to be secured.
how is this done?
do i need a separate site for the secured site?
is there any good tutorials?
any and all help on this would be good.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 02-03-06, 02:10 PM
mab's Avatar
mab mab is offline
Community VIP
 
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
Once you have an SSL certificate installed for yourdomain.com (the certificate is specific to the domain name), you can simply switch between secure and non-secure using the url. If you are on a shared hosting plan, using SSL does require a dedicated IP address.

http://www.yourdomain.com/somefolder/index.html
https://www.yourdomain.com/somefolder/index.html

These two url's would cause the same web page to be displayed, but the 2nd would be sent encrypted using SSL.

For your example, you would simply have a product page -
https://www.yourdomain.com/somefolder/productpage1.html

SSL encryption only effects the data that is sent/received and not anything on the actual web site.
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???

Last edited by mab; 02-03-06 at 02:13 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 02-03-06, 02:21 PM
pkcidstudio's Avatar
pkcidstudio pkcidstudio is offline
Coding Addict
 
Join Date: Nov 2005
Posts: 332
Thanks: 0
Thanked 0 Times in 0 Posts
thank you for the help, because someone told me that i needed to have
http://www.mysite.com )-->my web site
and then
https://secure.mysite.com )-->SSL CER NAME
will this not work the way this is set up? or what would i need to do to make this work?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 02-03-06, 03:16 PM
mab's Avatar
mab mab is offline
Community VIP
 
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
If you have a certificate in the form secure.mysite.com, the secure web pages will simply go into the folder that corresponds to the "secure" subdomain on your site.

The current recommendation I have seen is to get certificates in the form of mysite.com, then they will work for -
https://mysite.com
https://www.mysite.com
https://anything.mysite.com
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 02-03-06, 03:21 PM
pkcidstudio's Avatar
pkcidstudio pkcidstudio is offline
Coding Addict
 
Join Date: Nov 2005
Posts: 332
Thanks: 0
Thanked 0 Times in 0 Posts
great help thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get Indexed in Google Quickly rorycanyon General Advertisements 3 03-21-07 10:11 AM
Need a gaming site as a partner site TellMe Traffic Exchange 0 07-28-04 08:30 AM
Web site with secure sections henrik Script Requests 0 06-22-04 07:44 PM
secure your site naar General Advertisements 1 07-29-03 06:43 AM


All times are GMT -5. The time now is 07:34 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.