when I try to get a php page up on the localhost I get the following message
You don't have permission to access /php/php.exe/export/dataentry.php on
this server.
how do I get permission? any ideas?
I seem to have managed to install apache and php but I can't get any php
pages or in fact any html pages to show when I enter
http://localhost/index.php in the browser window. Below is a copy of my
apache config file. Is there something wrong with that so I am unable to
source the pages?
#
# T
I have tried all the apache php config amendments -
php_value include_path ".;/php"
php_admin_flag safe_mode on
LoadModule php4_module "c:/php/php4apache2.dll"
AddType application/x-httpd-php .php
and when I test the apache config to see whether the php is loaded I get the
messag
I have followed the configuration instructions - I have put the following
into the apache config file :
php_value include_path ".;/php"
php_admin_flag safe_mode on
LoadModule php4_module "c:/php/php4apache2.dll"
AddType application/x-httpd-php .php
but all I get when I test the
Hi Tamer,
Hmm...Just curious
Assume I have the "--with-libdir" option. Will adding
"with-libdir=/home/nc3/instantclient" in the "./configure" script causes
OTHER library to fail?
Coz' from what I know, if I didn't specify "--with-libdir=" option, it
will default to the "/lib" directory f