chrisbasken
Forum Replies Created
-
Oh, ok, I see. Sorry, no, I don’t think we’re using that. I had added that to the .htaccess file based on some online research, but I didn’t realize it was a reference to an existing product. I’ll remove it from my app.
I’ll check with my company’s IT dept to see what firewall they’re using.
Is ModSecurity part of WP, or a separate system?
Sorry, I’m not very experienced with some of this, I’m just trying to handle something dropped in my lap.
This is my current .htaccess. The stuff at the bottom (the <IfModule> tags) is new, added based on some research I’ve found, but it doesn’t seem to do anything.
===
BEGIN WordPress
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] END WordPressphp_value upload_max_filesize 100M
php_value post_max_size 1500M<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</ifModule>
- This reply was modified 1 year, 9 months ago by chrisbasken.
- This reply was modified 1 year, 9 months ago by chrisbasken.