DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19676>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19676
No .htaccess effects on VirtualHost on drives other than C:
Summary: No .htaccess effects on VirtualHost on drives other than
C:
Product: Apache httpd-2.0
Version: 2.0.45
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Normal
Priority: Other
Component: Core
AssignedTo: bugs@httpd.apache.org
ReportedBy: urs@circle.ch
CC: urs@circle.ch
i had the followin setup:
Listen 88
<Virtualhost _default_:88>
ServerName localhost
ServerAdmin me@localhost
#DocumentRoot U:/www/project.1/
DocumentRoot C:/www/project.1/
DirectoryIndex index.shtml index.html index.htm index.php
ErrorLog logs/error.log
</Virtualhost>
... while having set up the directory on drive U:, the .htaccess file did have
no effect at all. Instead i had a 403 error "You don't have permission to access
/ on this server.". i also tried to run it on drive d: with the same effect as
on U:.
... the .htaccess basically is needed to load a php_value, such as:
php_value auto_prepend_file "prepend.php"
-urs
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|