On Mon, 2006-04-03 at 17:43 +0200, Frederic Duarte wrote: > Matthew Good a écrit : > > On Mon, 2006-04-03 at 15:10 +0300, Ilias Lazaridis wrote: > > > > > Ilias Lazaridis wrote: > > > > > > > The default TRAC URL looks like this > > > > > > > > www.myproject.org/wiki/CodingStandards > > > > > > > > Is there any simple way to: > > > > > > > > a) removed the wiki part from the URL > > > > > > > > www.myproject.org/CodingStandards > > > > > > > > b) rename the wiki part from the URL > > > > > > > > www.myproject.org/doc/CodingStandards > > > > > > > no experiences with this? > > > > > > > No, there is no easy way to do this. > > > > > What about using Rewrite Rules ? > See : http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html > Except if you are not using Apache...
Trac will still use "/wiki/WikiPageName" for all links to the Wiki pages, so users will see the "/wiki" URLs most of the time anyways. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
