Im develop a big web site for a big institution where have a lot of
departments. Before the develop of the new website in turbogears,
there are a lot of static sites by department. Now I create the
principal site but is under the folder new. you can access like
www.mysite.com/new and there are a redirect from www.mysite.com to /
new and to access to the old sites of the departments you can access
to www.mysite.com/department1/ I want to put my turbogears site under
www.mysite.com but when somebody ask for  www.mysite.com/department1/
the caller will be to the controler I think I can fix it with
[/department1]
static_filter.on = True
static_filter.dir = "%(top_level_dir)s/department1

but if somebody ask for  www.mysite.com/department1/ I get an error,
this only works if I page an specifig page
like  www.mysite.com/department1/index.html I think I must add a
redirect param to when somebody ask for www.mysite.com/department1
just go to www.mysite.com/department1/index.html
How I can fix that?
Regards
Rodney

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to