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?
ps: I'm not root on the machine
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---