I'm new to Trac and facing this same issue with fcgi-based install. What's the best way to troubleshoot dead links in Trac?
Any help greatly appreciated. Lee ---------- Forwarded message ---------- From: KEVIN OBRIEN <kevin.obrie...@gmail.com> Date: Oct 6 2010, 6:27 am Subject: root page is working but all links and images are dead To: Trac Users Hi, I am installing trac using apche as the server on linux. I have configured apache to recognise the cgi-bin (trac.cgi) and the cgi script is executed when I view it in a browser. The problem is that when I view the main page all the links lead to 404s. The images do not display either. e.g The requested URL /wiki/searchwas not found on this server. My apache setting appear to be correct. ScriptAlias /wiki /var/www/html/wiki <Location "/trac"> SetEnv TRAC_ENV "/var/www/html/wiki" </Location> Alias /wiki/chrome/common /var/www/html/wiki/htdocs/common Alias /wiki/chrome/site /var/www/html/wiki/htdocs/site <Directory "/var/www/html/wiki"> Order allow,deny Allow from all </Directory> I really can't figure this one out and have been unable to find people who are having similar problems. If you have any suggestion they would be much appreciated. Thanks, Kevin -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.