Broken Graphics with Apache Linux Servers with Mod Security On

I was installing LW Forum from http://www.phpsns.com mods for phpfox and encountered broken graphics via the Quick Reply part of the mod / forum:
Here is the fix to create a .htaccess file and place it in the graphics directory:
I have the solution for the Broken Graphics, has to do with Mod Security, I built a [...]

Short URL’s with phpFox and Apache Mod_ReWrite

>>> First be sure that Apache via httpd.conf file support Mod_ReWrite
Enable mod_rewriteFind the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)
Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound ‘#’ sign from in front of the line)
Also find the [...]