ZenphotoCMS Forum
mod rewrite problems /wordpress conflict? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: mod rewrite problems /wordpress conflict? (/thread-831.html)



mod rewrite problems /wordpress conflict? - khaled - 2006-10-08

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?




mod rewrite problems /wordpress conflict? - Chilifrei64 - 2006-10-08

your RewriteBase should be /pictures




mod rewrite problems /wordpress conflict? - khaled - 2006-10-08

nope that doesn't seem to have worked either... any other ideas?

Thanks for the help btw.