David: > Can you check the result of `rb-site manage /var/www/html/rb/ get-siteconfig > -- --key=site_media_url` ? > > My guess is that it will say "/rb/htdocs/media/" > > If so, run this: > > `rb-site manage /var/www/html/rb/ set-siteconfig -- --key=site_media_url > --value="/media/" > > And it should fix the links.
Your guess was correct: $ rb-site manage /var/www/html/rb/ get-siteconfig -- --key=site_media_url /rb/htdocs/media/ $ rb-site manage /var/www/html/rb/ set-siteconfig -- --key=site_media_url --value="/media/" Setting 'site_media_url' to /media/ $ rb-site manage /var/www/html/rb/ get-siteconfig -- --key=site_media_url /media/ After I made the change I initially still had the problem, but after restarting Apache it’s working fine. Thanks so much for your help. Alfred -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
