On Sat, Dec 22, 2012 at 9:24 PM, Olemis Lang <[email protected]> wrote: >> I inspected the HTML code and the classes were >> there, so I looked further and tried to open the css file via the >> given URL at the top of the HTML file, but now I have a 404 on that >> file. > > I guessed you also checked that css file was at the right file system path .
As I said, it's in the /usr/local/lib/python2.7/dist-packages/TracWikiExtras-0.13.2dev-r11714-py2.7.egg/tracwikiextras/htdocs/ directory and I don't know if that's what I should expect. >> in >> addition to the other htdocs directories, or have the plugin move its >> files in my usual htdocs directories. Any tips? > > Did you use trac-admin deploy to retrieve static files from a > different location ? I used trac-admin deploy to have a htdocs (cgi) directory in my trac environment parent directory. I also have an AliasMatch rule in my Apache configuration file for that to work. I know it works because the project logo is displayed as expected in the top left corner. Thus I have working htdocs in two locations: * in ENV_PARENT_DIR * in /usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/ -- Alexandre Franke -- 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.
