Untitled

 avatar
unknown
php
3 years ago
351 B
15
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...