On Fri, Oct 26, 2007 at 02:26:07PM +0300, Jani Tiainen wrote:

>  > RewriteEngine On
>  > RewriteRule ^/(.*)$ /index.fcgi/$1 [R]

>  > ps: I'm not root on the machine
> 
> That's problematic if rewriting is disabled...

What about

RedirectMatch permanent ^/(.*)$ http://www.example.com/index.fcgi/$1

?

Rainer

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to