Error trying to edit a Column Text – wpedit

Posted in: Newspaper
Post count: 11

Hi!
When I try to edit a Column Text in a template, I get a blank window and I am not able to edit nothing
https://postimg.cc/jDJZcYjm

Using browser inspector, I get a 403 error
https://postimg.cc/23cGfSbg
https://postimg.cc/Xpr8N69q

This is part of .htaccess file

<IfModule mod_headers.c>
Header unset ETag
</IfModule>

<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>

# END Expire headers

<IfModule mod_deflate.c>
<filesMatch “\.(js|css|woff|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^rss/actualidad/$ /index.php?feed=rdf [L]
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>

# BEGIN WordPress
# Las directivas (líneas) entre «BEGIN WordPress» y «END WordPress» son
# generadas dinámicamente y solo deberían ser modificadas mediante filtros de WordPress.
# Cualquier cambio en las directivas que hay entre esos marcadores serán sobrescritas.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

Any idea of should I do to solve the problem?

  • This topic was modified 1 year by mundoplus.
  • This topic was modified 1 year by mundoplus.
  • This topic was modified 1 year by mundoplus.
Post count: 27744

Hello,

What server do you use? Also, please set the permalinks to plain and check after. You can check also, this guide https://www.hostinger.com/tutorials/what-is-403-forbidden-error-and-how-to-fix-it?utm_campaign=Generic-Tutorials-DSA|NT:Se|LO:Other-EU&utm_medium=ppc&gad_source=1&gclid=CjwKCAiA-ty8BhA_EiwAkyoa31YPjs7O0aFCHrMIZX6CHANmvCZV8uc-TG_2OMCt89t-UmN3k4YATxoCkYIQAvD_BwE

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.