Ok I am trying to get what the article here talks about:
http://www.phpbuilder.com/columns/tim20000526.php3
This is the url that should work (2 is just an example of a number):
http://www.pbreview.com/view/2/
It should display /view/2/
But it displays this error:
Fatal error: Unable to open /home/httpd/html/pbreview.com/view/2/ in Unknown on line 0
Does anyone know what this means?
The code put into my http.conf file was this:
<Location /view>
ForceType php3-script
</Location>
Because for my server that is what it is supposed to be...but I did try the one he suggested:
<Location /local>
ForceType application/x-httpd-php3
</Location>
and it doesn't even recognize it as a php file!
Any help would be greatly appreciated!
Thanks,
Andrew