I'm having a problem indirectly related zenphoto. I have zenphoto up and running a directory called gallery. In this same directory I have a page that uses flash to display the photos from zenphoto using a dynamic xml file. The problem I'm having is with the url. If I use www .mydomain.com/gallery/flashpage.html (space deliberate to avoid linkage) it works fine. However, if I eliminate the www and just have mydomain.com/gallery/flashpage.html the page loads but there's no flash.
Is this problem because of the rewrites in the htaccess for that directory?
On a similar note, in the root of my site I have in the htaccess a rewrite rule to force the www which works everywhere but in the gallery directory (mydomain.com/gallery/ still works and doesn't redirect).
Any help or information is much appreciated. Thanks
Comments
Is there a way to force the www in the htaccess used by zenphoto? I've tried adding the rewrites I have in my root htaccess to the htaccess of the gallery directory but it doesn't seem to work (zenphoto then fails).
I would still like to know how to force www before the domain in the zenphoto htaccess (which seems to overrule my root htaccess which does so).