ZenphotoCMS Forum
addon domain - subdomain path issues - 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: addon domain - subdomain path issues (/thread-2431.html)



addon domain - subdomain path issues - MooJooBee - 2008-03-14

I understand the frustration among the users here when the word WordPress is mentioned. Here's my problem and I'll get right to the point.

I have my wordpress installed under an addon domain (e.g. http://www.mysite.com/wordpresssite/ = http://www.wordpresssite.com)From there I have installed zenphoto onto my wordpress url path so it looks like this: http://www.wordpresssite.com/photo. Unfortunately I can't view my zenphoto page when entering that into the address bar or linking it. Do I need to change something in the .htaccess? I've messed around with it and came up with some errors that had to be backed out of.

I can view my gallery by going through http://www.mysite.com/wordpresssite/photo. But not http://www.wordpresssite.com/photo.

Here is the site I am working on specifically. http://www.post-it-pics.com/
Path to desired zenphoto IS installed on http://www.post-it-pics.com/photo/
Path the zenphoto only works on is http://www.moojoobee.com/post-it-pics/photos/

Wordpress makes this easy in the dashboard under options. Have I really missed something or should I seek support with WP? Any help would be good! Thank you.




addon domain - subdomain path issues - MooJooBee - 2008-03-14

Btw, I'm using cPanel... if that makes any difference.




addon domain - subdomain path issues - acrylian - 2008-03-14

Try uncommenting the last two lines in the zp-config.php file and enter your paths there.




addon domain - subdomain path issues - MooJooBee - 2008-03-16

So, uncommenting

define('WEBPATH', '/photos');
// define('SERVERPATH', '/full/server/path/to/zenphoto');

This resolves part of my problem, thank you. But now when I click on an album it says error 404, not found. Do I need to change the server path as well?