I just upgraded to the latest ZP, and installation went fine as fine can be except I can't seem to view any of the pictures after the main page and the images themselves are not coming up in the admin page either.
I get 404s which I'm thinking have something to do with my .htaccess file. Currently this is what's in there:
`
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress`
Here's the links for the gallery:
www.brokenkode.com/pictures
Also any news when the wiki will be up and running?
Comments
Thanks for the help btw.