Hello,
In tg1 there was a static folder that you aliased in your apache configuration.
so at the end you got this setup:
http://localhost:8080/static/images/logo.png
http://localhost:8080/static/css/style.css


I see that in tg2 there is no such folder.

http://localhost:8080/images/logo.png
http://localhost:8080/css/style.css

Which configuration I need to change to add a prefix folder. I would
like to get something like this:
http://localhost:8080/public/images/logo.png
http://localhost:8080/public/css/style.css

What do I need to change?

Thanks,
Lucas


-- 
Turbogears2 Manual
http://lucasmanual.com/mywiki/TurboGears2
Bazaar and Launchpad
http://lucasmanual.com/mywiki/bzr

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to