[PHP] homepage script..

2003-08-24 Thread Dasmeet
Hi!, I am developing a web site for an ISP.. They want to add homepage functionality.. that is their subscribers can have thier homepage (say with 2MB space each). Is there any script (free or paid) for such system.. to manage, create accounts etc... Any information would be of great help! Thank

Re: [PHP] Homepage

2001-01-17 Thread Romulo Roberto Pereira
gt; To: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 4:35 PM Subject: [PHP] Homepage Just a small (and hopefully easy) question. Is there a PHP equivalent of index.html? I want to be able to go straight to a PHP script without the user specifying the filename. Thanks, Steve. --

Re: [PHP] Homepage

2001-01-17 Thread Kurth Bemis
At 04:35 PM 1/17/2001, S Bey wrote: you need to set that in you apache configuration. open it in pico the press +w and type DocumentIndex add index.php to the line that you getmine looks like this DirectoryIndex index.html index.htm index.shtml index.php3 index.php index.phtml default.htm

RE: [PHP] Homepage

2001-01-17 Thread jeremy
1 22:35 > To: [EMAIL PROTECTED] > Subject: [PHP] Homepage > > > Just a small (and hopefully easy) question. > > Is there a PHP equivalent of index.html? I want to be able to > go straight > to a PHP script without the user specifying the filename. > > Thanks, Steve.

Re: [PHP] Homepage

2001-01-17 Thread 10,000 Screaming Monkeys
On 01/17, S Bey rearranged the electrons to read: > Just a small (and hopefully easy) question. > > Is there a PHP equivalent of index.html? I want to be able to go straight > to a PHP script without the user specifying the filename. It's up to the server to decide what it will look for instead

Re: [PHP] Homepage

2001-01-17 Thread Alexander Wagner
S Bey wrote: > Just a small (and hopefully easy) question. > > Is there a PHP equivalent of index.html? I want to be able to go straight > to a PHP script without the user specifying the filename. This is not a PHP-issue, its just a matter of how your webserver is configured. With apache, you ju

[PHP] Homepage

2001-01-17 Thread S Bey
Just a small (and hopefully easy) question. Is there a PHP equivalent of index.html? I want to be able to go straight to a PHP script without the user specifying the filename. Thanks, Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additi