I've looked over the list archives and there is something that I cannot seem to get correct and I am hoping someone here can help.
Here is my setup. I have to provide access on this server for other things such as php and some static files so I am running a mongrel instance on 8000 and serving up my radiant app under the subdirectory of /lab as: mongrel_rails start -e production -p 8000 --prefix=/lab I am running the site under a VirtualHost in apache as: <VirtualHost *:80> ProxyPass /media ! ProxyPass /style ! Alias /media /var/www/html/media Alias /style /var/www/html/style ProxyPass /lab http://localhost:8000/lab ProxyPassReverse /lab http:://localhost:8000/lab </VirtualHost> I have also added to environment.rb the ActionController::AbstractRequest.relative_url_root = "/lab" The admin interface does honor the "/lab" prefix for links within the page (e.g., children of the main page etc) but not the top tabs (and I can live with that for the time being). However, my problem is that the internal tags such as: <r:children:each order="ASC" name="title"> <p><r:link /></p> </r:children:each> None of the links have the "/lab/" prefix on the path. Any ideas on how I can figure this out? Thanks, Rodney -- Rodney J. Dyer, PhD Department of Biology Virginia Commonwealth University http://dyerlab.bio.vcu.edu _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
