What does "absolute URL mode" and "standard URL mode" mean? Is that Apache HTTPD rewrite terminology?
Do you have the "absolute URL to site" set in Roller's Server Admin page? - Dave On Fri, Oct 1, 2010 at 9:01 PM, Christopher Dodunski <chrisfromsquir...@christopher.net.nz> wrote: > Hi, > > I don't know whether this is of interest, but I've extracted all URLs from > the HTML when running successfully in 'standard mode', and done the same > when running unsuccessfully in 'absolute URL mode'. > > **Standard Mode: http://www.optomus.com:8080/roller/christopher/** > > /roller/roller-ui/yui/reset-fonts-grids/reset-fonts-grids.css > /roller/roller-ui/yui/base/base-min.css > http://www.optomus.com:8080/roller/christopher/page/style.css > http://www.optomus.com:8080/roller/christopher/rsd > http://www.optomus.com:8080/roller/christopher/feed/entries/atom > http://www.optomus.com:8080/roller/christopher/feed/entries/rss > http://www.optomus.com:8080/roller/christopher/feed/comments/atom > http://www.optomus.com:8080/roller/christopher/feed/comments/rss > http://www.optomus.com:8080/roller/roller-services/opensearch/christopher > http://www.optomus.com:8080/roller/christopher/page/custom.css > http://www.optomus.com:8080/roller/christopher/ > /roller/ > http://www.optomus.com:8080/roller/christopher/ > http://www.optomus.com:8080/roller/christopher/page/archives > /roller/roller-ui/login-redirect.rol > /roller/christopher/search > http://www.optomus.com:8080/roller/christopher/feed/entries/atom > http://www.optomus.com:8080/roller/christopher/resource/icons/feed-icon-28x28.png > http://www.optomus.com:8080/roller/christopher/feed/entries/atom > http://www.optomus.com:8080/roller/christopher/resource/icons/asf-logo.png > > > **Absolute URL Mode: http://blog.christopher.net.nz/** > > /roller/roller-ui/yui/reset-fonts-grids/reset-fonts-grids.css > /roller/roller-ui/yui/base/base-min.css > http://blog.christopher.net.nz/christopher/page/style.css > http://blog.christopher.net.nz/christopher/rsd > http://blog.christopher.net.nz/christopher/feed/entries/atom > http://blog.christopher.net.nz/christopher/feed/entries/rss > http://blog.christopher.net.nz/christopher/feed/comments/atom > http://blog.christopher.net.nz/christopher/feed/comments/rss > http://blog.christopher.net.nz/roller-services/opensearch/christopher > http://blog.christopher.net.nz/christopher/page/custom.css > http://blog.christopher.net.nz/christopher/ > /roller/ > http://blog.christopher.net.nz/christopher/ > http://blog.christopher.net.nz/christopher/page/archives > /roller/roller-ui/login-redirect.rol > /roller/christopher/search > http://blog.christopher.net.nz/christopher/feed/entries/atom > http://blog.christopher.net.nz/christopher/resource/icons/feed-icon-28x28.png > http://blog.christopher.net.nz/christopher/feed/entries/atom > http://blog.christopher.net.nz/christopher/resource/icons/asf-logo.png > > Regards, > > Chris. > > >> On Thu, Sep 30, 2010 at 10:56 PM, Christopher Dodunski >> <chrisfromsquir...@christopher.net.nz> >> 1) Why do I need to be messing with URL rewriting, when Roller appears to >>> be doing this already by way of the above directive? >> >> I don't do any URL rewriting at all on my mutli-domain site. I don't >> understand why you need it and, in fact, I think it is confusing >> things. >> >> >>> 2) If the CSS and page link URLs are incorrectly formed (seems they lead >>> nowhere), then what exactly is wrong with them? >> >> The CSS URLs start with "/roller/roller-ui" are wrong. If you have >> Roller installed at the ROOT context, then those URLs should start >> with "/roller-ui/". There are some clues in your page that indicate >> that you *are* running at the ROOT, so I don't understand the problem >> here. I guess rewriting could be at fault, or a bug in the new >> Fauxcoli theme that you are using (I use it too). >> >> - Dave >> > > >