On 6/19/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote:
I'm trying to go the MultiView route, but I'm having a little trouble.
I added
<Directory "/foo">
  Options Indexes MultiViews
  AllowOverride None
  Order allow,deny
  Allow from all
</Directory>

/foo contains
  bar.html.en
  bar.html.fr
  bar.html.ja

When I go to localhost/foo/bar.html the page can't be found.  I'm sure
I'm missing something stupid, but I'm not sure what.  Any suggestions?
I'm on Apache 2.2.2 if that makes any difference.  Thanks.

Well, yes, there probably is a silly mistake someplace.  But it
becomes almost impossible to detect when you obscure your examples
("foo", "bar").  For example, do you know that <Directory> must point
to real filesystem directories like /usr/local/apache2/htdocs/foo and
not web-directories like /foo?

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to