Re: [EMAIL PROTECTED] creating a custom error while restricting access

2007-10-30 Thread Joshua Slive
On 10/30/07, Tonu Mikk <[EMAIL PROTECTED]> wrote: > I think I am starting to get it now. I tried the following in my > virtual host portion: > > Alias /errors c:/errors > > Order allow,deny > Allow from all > > ErrorDocument 403 /errors/403.html , > > But it produces the following page: > > >

Re: [EMAIL PROTECTED] creating a custom error while restricting access

2007-10-30 Thread Tonu Mikk
I think I am starting to get it now. I tried the following in my virtual host portion: Alias /errors c:/errors Order allow,deny Allow from all ErrorDocument 403 /errors/403.html , But it produces the following page: Forbidden You don't have permission to access /errors/403.htm on this se

Re: [EMAIL PROTECTED] creating a custom error while restricting access

2007-10-30 Thread Joshua Slive
On 10/30/07, Tonu Mikk <[EMAIL PROTECTED]> wrote: > Joshua, thanks for the tip! I tried the following in my httpd.conf > virtual host portion: > > Alias /errors C:/somefolder/errors > > Order allow,deny > Allow from all > > ErrorDocument 403 http://d

Re: [EMAIL PROTECTED] creating a custom error while restricting access

2007-10-30 Thread Tonu Mikk
Joshua, thanks for the tip! I tried the following in my httpd.conf virtual host portion: Alias /errors C:/somefolder/errors Order allow,deny Allow from all ErrorDocument 403 http://domain.maindomain/errors/403.html, But I get "The Page Isn't Redirecting

Re: [EMAIL PROTECTED] creating a custom error while restricting access

2007-10-30 Thread Joshua Slive
On 10/30/07, Tonu Mikk <[EMAIL PROTECTED]> wrote: > Hello, > > I have set up two virtual hosts in my Apache 2.0 httpd.conf file running > on Windows XP. I am restricting which IP addresses can access the pages > like so: > > # Restricting by IP access > AllowOverri

[EMAIL PROTECTED] creating a custom error while restricting access

2007-10-30 Thread Tonu Mikk
Hello, I have set up two virtual hosts in my Apache 2.0 httpd.conf file running on Windows XP. I am restricting which IP addresses can access the pages like so: # Restricting by IP access AllowOverride None Options None Order deny,a