Kfir Lavi wrote:
> Hi,
> I want that typing the name of the server without /trac will load trac.
> Its like
> alias / /trac
> But this doesn't work.

This depends on how you're using Trac.  With mod_python you probably
have:

<Location /trac>
  SetHandler mod_python
 ...
</Location>

Simply change the first line to:
<Location />

With CGI or FastCGI

ScriptAlias / /usr/lib/cgi-bin/trac.fcgi  (or whatever the full path is
to the Trac CGI script you've installed)

-- Mat Good


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