![]() |
|
Getting zen to work in a subdomain - 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: Getting zen to work in a subdomain (/thread-384.html) |
Getting zen to work in a subdomain - omer - 2006-03-22 Hi, I was playing around with my test installation that was installed under a subdomain, and after the smooth setup, the only thing I was getting was plain html - stylesheets javascripts and thumbnails were not loaded. after looking at few topics, I finally managed to get it working smoothly in the subdomain but now the actual installation that subdomain is pointing to is giving me the same errors the test installation is located at: and the broken one is at: some settings: -.htaaccess as a workaround, i am redirecting everyone who tries accesing /zen/ to http://zen.bozuq.org using: ` if($REQUEST_URI != "/"){
} ` (i have removed it so the code can be seen at http://bozuq.org/zen) I don't know if it is a bug or my own "inability" Any suggestions? Thanks |