![]() |
|
mod_rewrite and 404 - 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 and 404 (/thread-3286.html) |
mod_rewrite and 404 - minitoe - 2008-07-15 Hi guys, Im trying to get zp to work with mod_rewrite, but its not happening, ive tried changing the define(), moved files to different locations, tried different chmods (-R even) but phpinfo() shows mod_rewrite enabled and yet i get 404 once i try to check a gallery :/ here is the install And well, check stuff out, ask if you want to see anything. BR, [i][b]Edit:[/b] is there an easy rewrite rule i can test that is sure to work if it really was enabled?[/i] [i][b]Edit2:[/b] i think i figured it out at last, after some more of google i learned that i need AllowOverride FileInfo for rewrite to work, mines set to None. mod_rewrite and 404 - Connie - 2008-07-16 "is there an easy rewrite rule i can test that is sure to work if it really was enabled?" you can always test with `` in a website which options are active or not at your server, so using this will show whether mod_rewrite is active at your server or not mod_rewrite and 404 - minitoe - 2008-07-17 Yeah, it was activated but my vhosts AllowOverride was set to None, thus it kinda denied Rewrite anyway. Its now set to FileInfo instead and it works Something to remember if everything else fails |