Tagged: .htaccess, advanced-layout-editor, loop
-
AuthorPosts
-
August 29, 2020 at 5:55 am #1241775
It’s looping every time I want to edit my existing page. But when you try to create a new page, it’s fine.I have similar problem like this one Advanced layout editor stuck in a loop.
But he just restored from his latest backup for quick fix.
- This topic was modified 4 years, 2 months ago by Japracool.
August 29, 2020 at 6:59 am #1241793Hey Jeffrey Anthony,
Thanks for giving us admin access.
After checking your backend I can get a 403 error in the web console which is similar to this thread: https://kriesi.at/support/topic/advanced-layout-builder-still-wont-load/
Please try to whitelist your IP address maybe you can find some documentation from your hosting provider on how to it or you can ask for assistance from them.Best regards,
NikkoAugust 29, 2020 at 8:47 am #1241801Hi Nikko,
You can check screenshot in private content, my ip address is fine and not getting blocked by my hosting provider.
Still looping when try to edit existing page.
August 30, 2020 at 4:18 am #1241871Solved :)
I just updated .htaccess to this and it worked perfectly:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] SecFilterEngine Off SecFilterScanPOST Off </IfModule>
August 30, 2020 at 4:16 pm #1241955Hi Japracool,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 14, 2020 at 7:03 pm #1245809Hello,
I have a similar problem.
The advanced layout editor is looping every time I want to edit my existing pages. But when I try to create a new page, it’s fine.
I think it is since the last update of WP.
Kind regards
AndréSeptember 15, 2020 at 5:35 am #1245920Hi schotand,
Thanks for giving us admin credentials, please change the passwords for both sites.
I’m getting a 404 response in admin-ajax however the plugins and htaccess doesn’t seem to be the cause.
Can you try to setup a staging server to just one of the site? so we can try to investigate further without affecting your live site.
Here’s a simple tutorial on creating a stage server: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoSeptember 15, 2020 at 6:08 pm #1246097Hi Nikko,
Thanks for your help. I have created a stage server : https://www.harmoniemondorf.lu/dev. I have migrated the site with the Wp stagin plugin.
Here all is fuctionning normally. What can I do?
Best regardsSeptember 16, 2020 at 9:57 am #1246240Hi schotand,
Thanks, I have checked it as well.
I think the only difference it the htaccess.
Can you try to remove it on one of your live site? I think there might be some built-in caching that’s preventing the change to take effect immediately in the live site.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.