Upgraded to 1.0b from 0.9b but the all the images and css style files are not loaded. What I'm getting is a barebone html file with text and empty image placeholders. The respective albums show up on the page, but without images and styling.
All links are broken e.g link to album is shown as
http://index.php/?album=2005-12-06
Same goes for all links (portion of source of loaded webpage)
<div class="albumthumb"><a href="//index.php?album=2005-12-06" title="2005-12-06">
<img src="//zen/i.php?a=2005-12-06&i=IMG_6237.JPG&s=thumb" alt="2005-12-06" /></a></div>
<div class="albumtitle"><h3><a href="//index.php?album=2005-12-06" title="2005-12-06">2005-12-06</a></h3> </div>
Edited config.php as instructed, not using mod_rewrite. Admin page loads fine. Images in admin pages load fine.
Help!!!~~