1- there's an html base attribute <base> -- that might help

2- on all my projects, i tend to do something like this:
     <img src="${g.cdn}/_img/logo.gif"/>
   g.cdn is blank by default, but if i need to switch to simplecdn/
amazons3/etc... i can in a heartbeat

3- in my /public file, i basically only have things like _img , _js ,
_css.  these directories are just symbolic links to elsewhere in my
release.

   usually i have
     /project
     /project/www/www.site.com/_img
     /project/web-pylons/appname/app/public/_img ( symlink to other
directory )

4- all that being said, i'd handle your issue in one of two ways:
      a- i'd have a symlink on the folder for /public/plant/tool/
verify to /public/tool/verify , or vice versa.
      b- i'd do url rewriting, via nginx or pylons or whatever,



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

Reply via email to