[Trac] Trac ignores 'templates_dir'-setting
Hello,
I'm confused about this behaviour:
If I have a 'site.html' in the <env>/templates-path all works as expected. If I put the same 'site.html' in another path, e. g. the shared '/htdocs'-path Trac ignores it.
My Apache 'httpd.conf':
...
Alias /htdocs /home/claus/webapps/trac/.htdocs
<Directory /home/claus/webapps/trac/.htdocs>
Order allow,deny
Allow from all
</Directory>
...
My 'trac.ini':
...
[inherit]
plugins_dir =
templates_dir = /htdocs
...
What is wrong?
mutetella
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/8jsSMgGTd2YJ.
To post to this group, send email to trac-users-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
RSS Feed