NO BUG: Addon domain redirects interfering with "Edit via Bricks" - can't edit pages any longer?

**I recently noticed that I can’t edit certain pages via the yellow Bricks edit button any longer (it will instead simply show the page on the frontend). It only affects 3-4 pages. I had recently set up some Addon domains, redirecting exactly to those pages which I can’t edit any longer. Also Firefox network tabs shows 403 error for ?bricks=run which suggests access is denied. Also Google doesn’t list these pages any longer. Any suggestions on how to resolve this issue? Is this a known issue?
My htaccess files look like this. **
RewriteEngine On
RewriteRule ^ urlexample [R=301,L]

Hi there,

If your .htaccess is corrupted, you can try resaving the permalink at WP admin > Settings > Permalinks.

I am not sure what you mean by addon domain redirects. How do you set it up? Using what tools? Able to revert the settings? If the configuration is on the server level, it’s best to request your hosting provider’s help because this usually can’t be fixed on the application level (Theme/Plugin).

Regards,
Jenn

Hi, I basically created subfolders on my webspace with htaccess files in them. My addon domains are then connected to these subfolders. So when I call an addon domain, it will automatically call the folder on my webspace.
Within these htaccess files, I redirect to single WP pages. It now happened that I can’t edit exactly these sites with Bricks anymore, ?bricks=run is blocked somehow, indicated by a 403 error in network tab.

RewriteEngine On
RewriteRule ^ urltoWP-site [R=301,L]

Issue is clarified: Someone from my team had created empty folders on the webspace with the same names as the page slugs (in the process of setting up the addon domains).
So I can highly recommend to check for empty folders on your webspace with same names as the page slug.