Hello,
You will find the answer in your Apache Config file:
httpd.conf or httpsd.conf, depenpending on if you are
using ssl or not. The line to look for is:
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
If .php w
I´ve php4 installed in my Red Hat 7.2 linux server and I´m sure I
have everything properly installed (php and apache) according to the
manuals and comments that I found in this site... the problem is
that when I try to open a php4 page in the server, I get the error
cannot load MySQL extension,
Hello,
I have just installed php but have a problem.
I can see other's users their files using opendir, readdir...
How to disable it ?
I have tried to use
open_basedir = "."
but it has no effect :( I still can list / and all other directories where
nobody has RX rights :(
Please help ! :o)
R