![]() |
|
mod-rewrite bug? - 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 bug? (/thread-560.html) |
mod-rewrite bug? - DarrellD - 2006-06-06 Hey Guys, I don't know much about mod_rewrite and how ZP uses it, but I think I might have found a bug. On one of my test instances, I have I look at my [b].htaccess[/b] file and see: I thought that if I had mod_rewrite set to false, that it would not use any of the rewrite options. Is this a bug or am I just not understanding it correctly? mod-rewrite bug? - trisweb - 2006-06-06 The .htaccess is still there, and since your apache is using it, it still "works". Even going to /album/image.jpg will still work; the $conf['mod_rewrite'] option just switches the way the URLs are composed in ZP to the non-rewritten style. The actual admin link is /zen/ in 1.0.3 -- /admin/ is just a convenient mod_rewrite redirect that works if you've got it and the RewriteBase is correct. If mod_rewrite was actually not installed and not working, or if you delete the .htaccess file, you won't have the problem, so no, let's not call it a bug. mod-rewrite bug? - DarrellD - 2006-06-06 Okay. Thanks for clearing that up. |