Re: [PHP] public_html and httpd.conf

2002-10-29 Thread Maxim Maletsky
password-protect it :) it is not PHP question -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Mukta Telang <[EMAIL PROTECTED]>

Re: [PHP] public_html and httpd.conf

2002-10-29 Thread John Nichel
.htaccess http://httpd.apache.org Mukta Telang wrote: Hi, All the (php) files that I create under public_html directory are visible to all users...is there anything like "private_html" where I could test my code and it will not be visible to all except me?! I am using php in solaris... mukta

Re: [PHP] public_html and httpd.conf

2002-10-29 Thread Marek Kilimajer
You can use .htaccess file to restrict access to a directory (if you are allowed to do it). And about as much safe and much simpler is to make a secret directory that noone knows about. Mukta Telang wrote: Hi, All the (php) files that I create under public_html directory are visible to all user

[PHP] public_html and httpd.conf

2002-10-29 Thread Mukta Telang
Hi, All the (php) files that I create under public_html directory are visible to all users...is there anything like "private_html" where I could test my code and it will not be visible to all except me?! I am using php in solaris... mukta -- PHP General Mailing List (http://www.php