![]() |
|
mod_rewrite problem - 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: mod_rewrite problem (/thread-450.html) |
mod_rewrite problem - Mania - 2006-04-19 Hi, I'm getting close to integrating Zenphoto for my site. I've done all modifications with mod_rewrite off but decided now that I want to use it to make the urls look nicer. The change didn't quite work "on the fly" so I need a little help from you. I turned on mod_rewrite in Apache, changed mod_rewrite to true in config.php and changed the correct folder in .htaccess. That should do it, right? Ok, so I go to the page where I've set the gallery and the main page looks and lists fine. But when I select an album or go even deeper and select an image from the album, I get a page with no styles basically. I see the images and text, the urls look nice and clean so mod_rewrite seems to be working, but it somehow doesn't load any styles or theme. Anyone know what might be wrong? mod_rewrite problem - Mania - 2006-04-19 Ok, got it working. Maybe I was a bit too fast on asking before looking into it myself. Anyway, I was using relative paths in many places and now the paths don't apply anymore. What I don't understand however, is that some relative paths do work and some don't even though they both go down the same way. |