<VirtualHost x.x.x.x> DocumentRoot /home/version3/public_html/htdocs/ ServerName version3.phs.org ServerAlias version3 CustomLog logs/version3_access_log combined env=!VLOG ErrorLog logs/version3_error_log LogLevel debug ScriptAlias /cgi-bin/ "/home/version3/public_html/cgi-bin/"
<IfModule mod_rewrite.c> RewriteEngine on RewriteLogLevel 9 RewriteLog logs/version3_rewrite_log RewriteRule ^(.*)styles\.html$ $1styles.css [R=permanent] RewriteRule ^(.*)\.htm$ $1.shtml [R=permanent] RewriteRule ^(.*)\.html$ $1.shtml [R=permanent] </IfModule> </VirtualHost> The only other directive that is being used in the apache server is Server Side Includes. Within the /home/version3/public_html/htdocs directory I have two directories that apache does not find, they are: navigation & webtrends -----Original Message----- From: daniel [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 11:05 AM To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] Apache not seeing directories On June 18, 2003 12:50 pm, [EMAIL PROTECTED] wrote: > I have the latest emerge update of apache, and am having some problems with > apache seeing certain directories that exist within the documentroot. > There is not real logic or pattern for the name of the directories that it > does not see. The permissions of all the directories are the same. Has > anyone seen this problem before? Any help is appreciated > > P.S. I am using Virtual hosts in my apache.conf if you could include some examples of what directories aren't visible as well as some bits of working and not working <VirtualHost> blocks, i'm sure someone on here can help you out, but without any of that, it's kinda hard to guess what the issue is. -- this is your life and it's ending one minute at a time. - tyler Durden, "fight club" -- [EMAIL PROTECTED] mailing list ============================================================================== --- PRESBYTERIAN HEALTHCARE SERVICES DISCLAIMER --- This message originates from Presbyterian Healthcare Services or one of its affiliated organizations. It contains information, which may be confidential or privileged, and is intended only for the individual or entity named above. It is prohibited for anyone else to disclose, copy, distribute or use the contents of this message. All personal messages express views solely of the sender, which are not to be attributed to Presbyterian Healthcare Services or any of its affiliated organizations, and may not be distributed without this disclaimer. If you received this message in error, please notify us immediately at [EMAIL PROTECTED] ============================================================================== -- [EMAIL PROTECTED] mailing list