postal2600 kirjoitti:
 >
 >
 > On Oct 26, 1:21 pm, Jani Tiainen <[EMAIL PROTECTED]> wrote:
 >> mod_rewrite (provided that you're using Apache).
 >>
 >> RewriteEngine On
 >> RewriteRule ^/$ /index.fcgi [R]
 >>
 >> --
 >>
 >> Jani Tiainen
 >
 > Didn't work, though it look super ok :(. I also tried:
 >
 > RewriteEngine On
 > RewriteRule ^/(.*)$ /index.fcgi/$1 [R]
 >
 > still no effect.
 > I presume that in your example, AT LEAST when i request 
http://trac.cvds.ro/
 > should call index.fcgi if not in all other cases, but still there is a
 > 404 :(. Any ideea why? If the mod_rewrite is not installed, I should
 > get an error, right?

Not really. IIRC .htaccess directive is silently ignored if it doesn't work.

You could try to turn on rewrite logging (see apache docs for that) to 
see if rewrite engine is really enabled.

 > ps: I'm not root on the machine

That's problematic if rewriting is disabled...

-- 

Jani Tiainen

--~--~---------~--~----~------------~-------~--~----~
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