i have php running. now i would like to access script files in
sub-directories, but i dont seem to be able to do this, is it necessary to
add extra lines to th ephp.ini or httpd.conf files?
tia
[confirm: b34c3d15e890017ea19b0ddb5cb64359 [EMAIL PROTECTED]]
hi,
im having problems running index.php scripts. the following is the set up
that ive made:
httpd.conf:
ScriptAlias /php/ "c:/apache/ApacheGroup/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php.exe"
php.ini:
doc_root=c:\apache\ApacheGroup\apache\htdocs
ext