Dear Trac group,

I have a Trac instance running at

        http://web278.server07.lcube-server.de/trac-cafu/htdocs/

and a .htaccess file according to http://trac.edgewall.org/wiki/TracPrettyUrls at the root directory http://web278.server07.lcube-server.de/ :

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ trac-cafu/htdocs/trac.fcgi/$1 [L,QSA]
RewriteRule ^$ trac-cafu/htdocs/trac.fcgi [L]


This works as expected, for example
        http://web278.server07.lcube-server.de/about
is internally rewritten to
        http://web278.server07.lcube-server.de/trac-cafu/htdocs/trac.fcgi/about

However - and here is the problem - the cookie and the URLs in the website all contain the unwanted "trac-cafu/htdocs/trac.fcgi/" part. The above Wiki page doesn't mention anything on how this could be fixed.

Despite a search of the Wiki and mailing-list, I've not been able to find the proper place where this part of the cookie and page URLs can be set - any help would much be welcome!

Thank you very much,
and best regards,
Carsten




--
   Cafu - the open-source Game and Graphics Engine
for multiplayer, cross-platform, real-time 3D Action
              Learn more at www.cafu.de

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to