Untitled
Anonymous
php
10/12/2022 9:00 PM
468 B
33
Indexable
# DooThemes Support FIX ( dbmovies save settings Error )
# WordPress running on Litespeed Server will often fail with a 403 error when you try to post any
# content while creating new pages and posts in WP Admin. This code solves that issue.
<IfModule mod_security.c>
SecRuleEngine Off
SecRequestBodyAccess Off
</IfModule>
# END Fix DooThemes
Editor is loading...