On Thu, Jun 19, 2008 at 12:26 PM, Andrew Broderick <[EMAIL PROTECTED]> wrote: > Using Roller 4.0, on the main menu for my blog it shows the URL as being: > > http://localhost/roller/blog-name > > when it is not running on localhost. Also, when browsing the blog, if you > click on comments, the link to go to comments is: > > http://localhost/roller/blog-name/entry/testing_a_blog#comments > > and this of course fails. Where does it store the URL information, and how do > I fix it?
Roller uses information from the request to determine the URL, so Tomcat or whatever your app server is telling Roller that the URL starts with "localhost" I think you have two ways to fix this: 1) figure out how to make your app server or application server use the right hostname 2) set the base path of Roller on the Server Admin page - Dave
