On Dec 17, 6:21 am, dmitrey <[email protected]> wrote:
> Hi all,
> can anyone explain how to do the following:
> - have a site (for example mysite.org);
> -www.mysite.orgis a pure html page (because all those Trac issues
> "index by date", "download in other formats" are not appropriate for
> the site start page);
> - pages mysite.org/entry1, mysite.org/entry2, ... etc are Trac wiki
> pages

If hosting with Apache/mod_wsgi and Trac is mounted at root of web
site, you can still define:

  AliasMatch "^/$" /some/path/site-static.html

with appropriate exposing of directory containing static file, and the
AliasMatch should take precedence for just root URL access and not
route it to Trac.

What hosting mechanism are you using?

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