Issues with mod_security and fresh wordpress install

Status
Not open for further replies.

alphayom

New Member
Messages
3
Reaction score
1
Points
3
Hey,
I've been trying to figure out what is happening with my wordpress. I made a brand new Wordpress instalation thru softaculous, and every post I try to submit from the administration I get 404 error page, this also happens when trying to save changes to plugin code. However, if I change the permalinks under settings to "plain" (which cleans htaccess file) instead of "post name", I get this error when posting or submitting code changes:

"Not Implemented
GET to /wp-admin/plugin-editor.php not supported.
Additionally, a 501 Not Implemented error was encountered while trying to use an ErrorDocument to handle the request.
"
My .htaccess is fine.
"
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

"
Running php7 with the following extensions: bcmath, dom, enchant, fileinfo, gd, gender, imagick, imap, intl, json, mbstring, mcrypt, memcached, mysqli, mysqlnd, opcache, pdo, pdo_dblib, pdo_mysql, pdo_sqlite, phar, posix, pspell, soap, sockets, stats, tidy, timezonedb, xdebug, xmlreader, xmlrpc, xmlwrite, xsl, yaml and zip.

I've read somewhere you've implemented mod_security and you were trying to tune it as it's needed.
Can I get some help?
 
Last edited:

alphayom

New Member
Messages
3
Reaction score
1
Points
3
So..no help?
I can't wait any longer, I'm leaving x10hosting.
Bye.
 
Status
Not open for further replies.
Top