how to setup this?

Associate
Joined
16 Jun 2003
Posts
1,858
someone wants a site where there are

a) a few pages for general view
b) private pages, which only people with logins can see
c) news pages on both public and private, both updatable by him (the owner)

what's going to do that job?
 
A PHP script to load news from a file (which can be located anywhere, including not in the public_html folder, so *nobody* can access it directly), then a separate directory for the private stuff which you can do with cPanel > Password Protect Directories :)

(Other control panels will have similar methods but if not, the basic technique used is .htaccess-based directory protection, which Google should help with) :)
 
ah ..

what about being able to update it himself .. the guy ain't html or php or ftp aware ... need something simple ... like some simple cms system so can type his updates by logging into an admin section... any ideas?
 
Beansprout said:
A PHP script to load news from a file (which can be located anywhere, including not in the public_html folder, so *nobody* can access it directly), then a separate directory for the private stuff which you can do with cPanel > Password Protect Directories :)

(Other control panels will have similar methods but if not, the basic technique used is .htaccess-based directory protection, which Google should help with) :)

this way sounds the simplest after some investigation

wordpress and mambo far too powerful/unnecessary for this.
 
Back
Top Bottom