I moved Zenphoto to the root of my client's server and everything works fine, except the Gallery Index link (index.php) in my custom menu is now empty. Is there a trick to getting this link working again without hard coding it?
I changed the RewriteBase in .htaccess to / instead of /zenphoto , and that is when the problem occurred... So I ran setup.php but it kept it the same.
This is what my menu output looks like (spaces added for viewing), as you can see the href for Gallery is empty:
`
- < a href="" title="Gallery">Gallery< /a>< /li>
- < a href="/page/collections" title="Collections">Collections< /a>< /li>
- < a href="/pages/about" title="About">About< /a>< /li>
- < a href="/pages/events" title="Events">Events< /a>< /li>
- < a href="/pages/studio" title="Studio">Studio< /a>< /li>
- < a href="/pages/custom" title="Custom">Custom< /a>< /li>
- < a href="/pages/community" title="Community">Community< /a>< /li>
- < a href="/pages/sustainability" title="Sustainability">Sustainability< /a>< /li>
- < a href="/page/contact" title="Contact">Contact< /a>< /li>
`
Comments
The Gallery Index link is just empty, so it doesn't go anywhere. My menu was created with the Menu Manager plugin, and the link in question should just go to index.php. I added a hard-coded menu item for now, but it lost the association with the page and doesn't highlight the link automatically (if I have to i'll use jQuery).