On Monday 28 January 2008 18.46:45 Josh Fisher wrote:
> Yuri Timofeev wrote:
> > Hi
> >
> >> <?php
> >> http_redirect('http://www.bacula.org/en');
> >> ?>
> >
> > ---------- begin of file -----
> > <?php
> > header('Location: index_en.php');
> > ?>
> > <html>
> > <meta .....>
> > <title>....
> > <body>
> > ....
>
> No. All files are going to be in /en, /fr, or /de. So that would be
>
> <?php
> header('Location: en/index.php');
> ?>Yes, it works great. Thanks to everyone for the help -- I'm really impressed! > > and those 3 lines are all that need be in /var/www/bacula/index.php. > > > Or use mod_rewrite. > > > > Welcome to russian google groups: > > http://groups.google.com/group/ru-bacula?hl=ru > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Bacula-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bacula-devel ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
