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.
Comments
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?