----- Original Message -----
> Hi,
>
> Apache newbie here.
>
> is there a simple way to redirect all https' 404 to http?
> I searched for some solutions but could not find any...
>
> Is there a rewrite variable that holds the http return code?
> Something like:
>
>   RewriteCond %{HTTPS} on
>   RewriteCond %{RETURN_CODE} 404
>   RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}
>
>
> Or maybe something like:
>   "If https" do
>
>     ErrorDocument 404 http://%{HTTP_HOST}%{REQUEST_URI}
>
>   else
>     ErrorDocument 404 /error/404
>
> Or do I have to user a custom script with:
>   ErrorDocument 404 /my404.php


I don't get it.
What problem are you trying to solve?

> Thx,
> JD

i

--
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE


---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to