Re: [PHP] Virtual Servers (apache) and php

2001-08-19 Thread B. van Ouwerkerk
>AddType application/x-httpd-php .php .php3 > AddType application/x-httpd-php-source .phps If those lines aren't you should get your code in your browser. 403 might be a rights issue. Say you created the file you're trying to open as root you should chown it to the user under which apa

Re: [PHP] Virtual Servers (apache) and php

2001-08-14 Thread CGI GUY
Wouldn't it be just to add, say, AddType application/x-httpd-php .php .php3 AddType application/x-httpd-php-source .phps or approximation within the tags? I think (fingers crossed here) that should do it... --- Jay Paulson <[EMAIL PROTECTED]> wrote: > Hello- > > I'm using the virutal

[PHP] Virtual Servers (apache) and php

2001-08-14 Thread Jay Paulson
Hello- I'm using the virutal hosting in Apache 1.3.19 and I was wondering how to I load php as a module in apache for each virutal web site? anyone have a good link telling you how to do this.. ie a tutorial on the topic? i've read the docs on apache.org and it doesn't really say much at all ab