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:
>
>
>
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
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
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
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
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