Re: [SM-USERS] Rewrite src/*.php

2005-03-16 Thread Tomas Kuliavas
> Greetings, > > > Is it at all possible to host SquirrelMail in the root of a web site > _and_ > to eliminate the src/ directory from the path, possibly via mod_rewrite? > > My goal is, for example, http://webmail.domain.com/login.php (etc) > instead of http://webmail.domain.com/src/login.php (and

Re: [SM-USERS] Rewrite src/*.php

2005-03-16 Thread Jeremy Shaffner
On 3/15/05 11:45 PM, "Jonathan Angliss" <[EMAIL PROTECTED]> wrote: > You'll have difficulty doing it because of things like plugins, > images, css files, javascript files, etc. Because these files are > outside of the src/ directory, and the request for them is usually > relative to the src di

Re: [SM-USERS] Rewrite src/*.php

2005-03-16 Thread Jeremy Shaffner
On 3/15/05 10:37 PM, "Olivier DUCROT" <[EMAIL PROTECTED]> wrote: > Look at apache virtual host configuration > > You can define a virtual host name with a direct access to the */src/ > directory and a default page as login.php Using src/ as the DocumentRoot also breaks, for much the same reaso

Re: [SM-USERS] Rewrite src/*.php

2005-03-16 Thread Sven Pfeifer
Hi Jeremy, On Di, 15.03.2005, 16:23, Jeremy Shaffner sagte: > Greetings, > > Is it at all possible to host SquirrelMail in the root of a web site _and_ > to eliminate the src/ directory from the path, possibly via mod_rewrite? > > My goal is, for example, http://webmail.domain.com/login.php (etc)

Re: [SM-USERS] Rewrite src/*.php

2005-03-15 Thread Jonathan Angliss
Hello Jeremy, On Tuesday, March 15, 2005, Jeremy Shaffner wrote... > Greetings, > Is it at all possible to host SquirrelMail in the root of a web site > _and_ to eliminate the src/ directory from the path, possibly via > mod_rewrite? > My goal is, for example, http://webmail.domain.com/login.php

Re: [SM-USERS] Rewrite src/*.php

2005-03-15 Thread Morten Nilsen
Olivier DUCROT wrote: > Look at apache virtual host configuration > > You can define a virtual host name with a direct access to the */src/ > directory and a default page as login.php I've tried that before (and once again now) but it won't work (for me); after login, the folder pane is blank, a

Re:[SM-USERS] Rewrite src/*.php

2005-03-15 Thread Olivier DUCROT
Look at apache virtual host configuration You can define a virtual host name with a direct access to the */src/ directory and a default page as login.php le 15/03/05 16:23, Jeremy Shaffner à [EMAIL PROTECTED] a écrit : > Greetings, > > Is it at all possible to host SquirrelMail in the root of

[SM-USERS] Rewrite src/*.php

2005-03-15 Thread Jeremy Shaffner
Greetings, Is it at all possible to host SquirrelMail in the root of a web site _and_ to eliminate the src/ directory from the path, possibly via mod_rewrite? My goal is, for example, http://webmail.domain.com/login.php (etc) instead of http://webmail.domain.com/src/login.php (and so on). My att