Posted by howachen on 10/05/06 09:34
Kimmo Laine 寫道:
> <howachen@gmail.com> wrote in message
> news:1160039425.558369.136670@m73g2000cwd.googlegroups.com...
> > header("Location: http://www.example.com/");
> >
> > i don't want the browser to show http://www.example.com
> >
> > any method?
>
>
> <?php
>
> include('http://www.example.com/');
> exit();
>
> ?>
> --
> "Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk
> http://outolempi.net/ahdistus/ - Satunnaisesti päivittyvä nettisarjis
> spam@outolempi.net || Gedoon-S @ IRCnet || rot13(xvzzb@bhgbyrzcv.arg)
i can't use include() as the file is very large, i want apache to serve
the file, while hiding the file path.
[Back to original message]
|