[PHP] Non-existant folders??

2001-01-23 Thread Adrian Murphy
Hi, I'm creating a little app whereby people will be able to create a simple site for themselves (maybe 10 html pages). here's the problem: say their company is called "companyname" and my site is called "www.mysite.com" i'd like their site to be located at "http://www.mysite.com/companyname"

RE: [PHP] Non-existant folders??

2001-01-23 Thread Cal Evans
- From: Adrian Murphy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 5:32 AM To: [EMAIL PROTECTED] Subject: [PHP] Non-existant folders?? Hi, I'm creating a little app whereby people will be able to create a simple site for themselves (maybe 10 html pages). here's the problem: say

AW: [PHP] Non-existant folders??

2001-01-23 Thread Sebastian Stadtlich
hi you can do that by assigning custom error pages if you use apache. if you have access to the hhtp.conf place this in it : ErrorDocument 404 /redirect.php is you can't access httpd.conf you can hope that you are allowed to overide it by a .htaccess in redirect.php you need to parse the