On 19.06.06 12:14, Fenlason, Josh wrote:
> I know you can set it up so it will automatically select the correct
> language from a selection of something like this:
> /foo/bar.html.en
> /foo/bar.html.fr
> /foo/bar.html.es
> I want to do the same thing but specify the language in a
On 6/19/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote:
Hitting localhost/foo/bar.html or localhost/foo/bar with the following
configuration works.
As I already said, that does not look right as the argument to
Options Indexes FollowSymLinks MultiViews
MultiviewsMatch Handlers Filters
[EMAIL PROTECTED] On Behalf Of
> Joshua Slive
> Sent: Monday, June 19, 2006 3:36 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] ErrorDocument Question
>
> On 6/19/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote:
> > I'm trying to go the MultiView route,
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
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
/foo contains
bar.html.en
bar.html.fr
bar.html.ja
When I go to local
ent: Monday, June 19, 2006 11:23 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] ErrorDocument Question
>
> On 6/19/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote:
> > I know you can set it up so it will automatically select
> the correct
> >
On 6/19/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote:
I know you can set it up so it will automatically select the correct
language from a selection of something like this:
/foo/bar.html.en
/foo/bar.html.fr
/foo/bar.html.es
That's called "MultiViews"
I want to do the s
6, 2006 3:58 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] ErrorDocument Question
>
> On 6/16/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote:
> >
> >
> > Is there anyway to configure ErrorDocument to work with a path that
> > for the user's
On 6/16/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote:
Is there anyway to configure ErrorDocument to work with a path that for the
user's locale? I want to do something like the following:
ErrorDocument 401
/path/to/file//rest/of/path/to/errorPage.html
Is there a way to accomplish this with Err
On 6/7/06, Yong Lee <[EMAIL PROTECTED]> wrote:
I'm trying to configure some custom error pages with apache2.0 and although
I think this is possible, I can't seem to find any documentation describing
how it can be done.
I'd like to define some custom error pages for certain error codes, but then