Well it is well past 24 hours mod_security is still on.
I called.
This rep stated that what I was told was in error.
That they will not disable mod_security.
They said they only support wordpress and custom apps I need to get in contact with the developer.
Then I asked about wordpress and my .htaccess file since it has expires for cache etc and I was told all bluehost sites are now wordpress sites.
I tried again to edit my .htaccess file with no luck.
here is my htaccess file.
Quote
# BEGIN WordPress
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType text/html "access plus 5 minutes"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 6 hours"
</IfModule>
<ifModule mod_headers.c>
Header set X-Endurance-Cache-Level "2"
</ifModule>
<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

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php70” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php70 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
could any of this cause a issue. with mod_security.
I have had no luck editing it.
I have to do something.

The site is at acusersforum.com/ub/


Blue Man Group
There is no such thing as stupid questions. Just stupid answers