![]() |
|
MOD REWRITE (disable) - 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 (disable) (/thread-13653.html) |
MOD REWRITE (disable) - sajanisch - 2021-09-29 I have been battling proper setup of the rewrite rules provided in .htaccess now I see that apparently mod rewrite can be turned off ? However I cannot access the pictured setup page (or any other page) because of issues with the rewrite rules. MOD REWRITE (disable) - acrylian - 2021-09-29 The backend pages don't use modrewrite so you should be able to access them. The main URL There are rewrite rules for a few other server systems on our user guide that perhaps are of help:
However since we don't use or test these we don't know if they still apply. But we gladly update them. MOD REWRITE (disable) - sajanisch - 2021-09-29 Okay, cleared my cache/cookies and when I try to use that backendpage I still get the "too many redirects" error !! using developer tools it appears to be bouncing back and forth between "admin.php" and "admin-upload.php" So, can I somehow access that option in a different way ? MOD REWRITE (disable) - acrylian - 2021-09-29 You did try the /zp-core/admin.php URL directly? There should be no redirections and there is no modrewrite involved.
I really have no idea what is going on your server… Those are totally different pages… The only way is to look into the database itself otherwise. See the options table and look for an entry for "mod_rewrite" or "modrewrite" (don't know the writing offhand right now). But I doubt that it will chagne your redirect issue. What server type are you using actually? MOD REWRITE (disable) - sajanisch - 2021-09-29 I am using Abyss web server: MOD REWRITE (disable) - acrylian - 2021-09-29 Sorry, I never heard of it before, so I really cannot help here. Zenphoto is aimed at standard (even shared) webhosting using Apache and compatible. I think your best chance is to ask their support. MOD REWRITE (disable) - fretzl - 2021-09-29 Aprelium/Abyss apparently ignores .htaccess files. It has its own config file for rewrite conditions. MOD REWRITE (disable) - sajanisch - 2021-09-29 Thanks, yes, I've read the tutorial and have been working with their support team on this (I have paid support). BTW, I searched the zenphoto setup options table for option names that contain "mod" or "rewrite", I don't see the option to disable mod rewrite as shown in the screen shot MOD REWRITE (disable) - sajanisch - 2021-09-29 Great news...I wiped my zenphoto installation...including the database and started over...things seem to be working now I can only think that when I first setting up my web server config I did it wrong, then did the zenphoto setup and the result was a bad zenphoto installation caused by my web server configuration. So now that my web config was fixed, I needed to redo the zenphoto install MOD REWRITE (disable) - acrylian - 2021-09-29 Great you figured it out! |