TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 03-02-2008, 05:05 PM   #1 (permalink)
The Contributor
 
marxx's Avatar
 
Join Date: Sep 2007
Location: Finland
Posts: 45
Thanks: 3
marxx is on a distinguished road
Default Secure pages??

Hi all folks!

I'm making pages for customers where is displayed personal information (name, addresses and such) and those pages should be very secured..

Now, I dont't have much experience of https or such so what would be most affect way to make secure pages?

Is is this https protocol or htmls/phps way?

Then, if I somehow can manage to make those secured pages, is google (is there others) going to index those pages?

Thanks for all help! Marko
Send a message via MSN to marxx
marxx is offline  
Reply With Quote
Old 03-02-2008, 05:29 PM   #2 (permalink)
The Acquainted
 
Join Date: Nov 2007
Posts: 154
Thanks: 31
SOCK is on a distinguished road
Default

How secure does it have to be? You're not storing customer credit card information or social security numbers, etc, are you?

If it absolutely has to be secure, use SSL (https) and consider using a packaged authentication system (Apache's mod_auth_* comes to mind) rather than building a custom system. The reason I say this, if security is imperative, you're better off using a system that has been tried and tested, plus having a group of developers looking at the code for holes helps (unless of course you create secure auth systems as a hobby).

If you don't want Google or other search engines to index the pages, just create and edit a 'robots.txt' file or use the meta tag in your HTML to keep robots from indexing.
__________________
I reject your reality, and substitute my own.
SOCK is offline  
Reply With Quote
Old 03-04-2008, 06:11 PM   #3 (permalink)
The Contributor
 
marxx's Avatar
 
Join Date: Sep 2007
Location: Finland
Posts: 45
Thanks: 3
marxx is on a distinguished road
Default

No, I'm not storing or collecting any credit card informatio. Just contact information and some information of services what customers have ordered.

Little about my system tho if it helps for helping.
I have dedicated server and I have installed plesk on it.
I have read something about SSL certificates and thinking of buying one?
So, if I buy on of these SSL certifications, could it be so simple that when I receive one, then install it via plesk my pages would be secured?

Anyway, thanks for replying SOCK and about that robots.txt: I use already that file but somehow I have this fealing that it's not stop those crawlers? Or is it that powerfull? ;)

Thanks!
Send a message via MSN to marxx
marxx is offline  
Reply With Quote
Old 03-08-2008, 09:24 PM   #4 (permalink)
The Contributor
 
wiifanatic's Avatar
 
Join Date: Sep 2007
Posts: 29
Thanks: 8
wiifanatic is on a distinguished road
Default

use the force
use .htaccess
wiifanatic is offline  
Reply With Quote
Old 03-08-2008, 10:13 PM   #5 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

Search engines will only crawl pages that are accessable as a guest user on your site.

Presumably all sensitive information is in a members/admin area of some sort that requires a login? If so, then the search engines won't be able to get to it. If not, then you have bigger problems

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 03-09-2008, 06:20 AM   #6 (permalink)
The Contributor
 
marxx's Avatar
 
Join Date: Sep 2007
Location: Finland
Posts: 45
Thanks: 3
marxx is on a distinguished road
Default

Well Alan I have put both admin-area and member-area theyr own subdomain whit login ofcourse.
Robots.txt contains
Code:
User-agent: *
Disallow: /
and I have meta tag
Code:
<meta name="robots" content="none" />
And yes now that you mention it that crawlers are visiting as guest so, when i do have login, they wont go any further! Just didn't got it before! ;)

But still, there is sensitive data both areas, do I need to consider SSL?


Thanks for all help!
Send a message via MSN to marxx
marxx is offline  
Reply With Quote
Old 03-09-2008, 08:49 AM   #7 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

With regards to SSL, if in doubt, do it

It never hurts (from a users perspective) to see that little lock symbol when they are entering sensitive information.

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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


All times are GMT. The time now is 11:40 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design