From:             [EMAIL PROTECTED]
Operating system: win2k + SP3
PHP version:      4.2.3
PHP Bug Type:     Apache2 related
Bug description:  php not working for other folders other than the root

i create an alias for gallery folder in htpdconf like this
Alias /gallery "C:/gallery"
<Directory "C:/gallery">
    AllowOverride Options FileInfo
    Order allow,deny
    Allow from all
</Directory>
and when I am trying to access phpinfo.php
(http://IP/gallery/setup/phpinfo.php) which is in
c:/gallery/setup/phpinfo.php it ggives me this error in error log file
PHP Fatal error:  Unable to open C:/Program Files/Apache
Group/Apache2/htdocs/gallery/setup/phpinfo.php in Unknown on line 0 if i
try to access the same file from htdocs everything works perfect, I dont
understand why its not workin for the gallery folder!
-- 
Edit bug report at http://bugs.php.net/?id=21072&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21072&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21072&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21072&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21072&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21072&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21072&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21072&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21072&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21072&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21072&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21072&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21072&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21072&r=isapi

Reply via email to