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