My application is a basic changelog system. Im developing it for use at my workplace. The POSTs to the database may contain text content that has html code and links in it. If its possible, from what Ive read online, I would need to have SecFilterEngine Off and SecFilterScanPOST Off for my POSTs...
I understand that free accounts have mod_security enabled and that I cannot turn it off manually through the .htaccess file. I am developing a small application that needs to POST decent amounts of text based data to the MySQL database. Some of these posts contain links and information that are...
I am having caching issues with .js and .css files when trying to update them. I have varnish turned off through .htaccess as suggested by this forum in other posts. This is my .htaccess file:
Options +FollowSymLinks -MultiViews
# Turn mod_rewrite on
<filesMatch...