[thelist] Issues with Apache Multiviews and AOL

Alvaro Medina G. alvaromg at vtr.net
Tue Feb 17 08:52:45 CST 2004


When pointing to a directory rather than a specific page, you should write
your links with a slash a the end, like this:

<a href="about/">

I tested it in your site, adding the slash in the adress bar of my browser,
and it worked.
Hope this helps,

Alvaro Medina G.
alvaromg at vtr.net
----- Original Message ----- 
From: "Charles R Graham" <cgraham25 at csc.com>
To: <thelist at lists.evolt.org>
Sent: Tuesday, February 17, 2004 11:13 AM
Subject: [thelist] Issues with Apache Multiviews and AOL


> Greetings,
>
> I'm working on a new website, using links of the form <a href="about" >,
> which resolves either to 'about.html' or a directory named 'about' which
> contains an index.html document.  Everything is working just fine, except
> when accessed by AOL.  AOL "cannot find the page".  Funny thing is,
> running IE 6.0 through the same account, the page is rendered fine.  I am
> at a loss here.
>
> Link to the site, which is quite unfinished yet:
> http://seniorcommander.dyndns.org
>
> The conf file for the site:
>
> <VirtualHost *>
>     ServerName www.seniorcommander.info
>     ServerAlias seniorcommander.dyndns.org www.seniorcommander.dyndns.org
> seniorcommander.info
>     ServerAdmin lightkeeper at knology.net
>     DocumentRoot /var/www/webs/srcmdr
>     DirectoryIndex index index.html
>     AddType application/x-httpd-php .html
>     <FilesMatch "\.html$">
>         ExpiresActive On
>         ExpiresDefault A1
>         Header append Cache-Control: "no-cache, must-revalidate"
>         php_value auto_prepend_file "/var/www/webs/srcmdr/inc/header.phpi"
>         php_value auto_append_file "/var/www/webs/srcmdr/inc/footer.phpi"
>     </FilesMatch>
>     <Directory /var/www/webs/srcmdr>
>         Options All Multiviews
>         AllowOverride None
>         <IfModule mod_access.c>
>             Order deny,allow
>             Allow from all
>         </IfModule>
>     </Directory>
> </VirtualHost>
>
>
> Thanks,
> Chuck
> -- 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !



More information about the thelist mailing list