RE: [PHP] PHP4.2.2 Windows

2002-09-12 Thread Barajas, Arturo

 From: Tim Thorburn [mailto:[EMAIL PROTECTED]]

 Yes, I had tried the forward slashes before and I just tried 
 to escape the 
 backslashes as you thought - sadly neither have worked :(

From the Apache site:

Since it is often difficult to manage files with names like .htaccess under windows, 
you may find it useful to change the name of this configuration file using the 
AccessFilename directive.
--
Un gran saludo/Big regards...
   Arturo Barajas
   Sistemas PPG MX (SJDR)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] PHP4.2.2 Windows

2002-09-12 Thread Barajas, Arturo

BTW:

AccessFileName directive
Syntax: AccessFileName filename [filename] ...
Default: AccessFileName .htaccess
Context: server config, virtual host
Status: core
Compatibility: AccessFileName can accept more than one filename only in Apache 1.3 and 
later 
When returning a document to the client the server looks for the first existing access 
control file from this list of names in every directory of the path to the document, 
if access control files are enabled for that directory. For example:

AccessFileName .acl 
before returning the document /usr/local/web/index.html, the server will read /.acl, 
/usr/.acl, /usr/local/.acl and /usr/local/web/.acl for directives, unless they have 
been disabled with 
Directory /
AllowOverride None
/Directory 
See Also: AllowOverride and Configuration Files
--
Un gran saludo/Big regards...
   Arturo Barajas
   Sistemas PPG MX (SJDR)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php