Joomla Security

We will protect your Joomla website from malicious attack. Read more...

Site Admin

We will doing regular admin for your website, including regular backup, joomla update, joomla extensions install/update, security and optimization. Read more...

PSD to Joomla

You doing the design, I convert it into Joomla site. Read more...
Home Joomla Security Use mod_security to prevent attacks
Use mod_security to prevent attacks

return the “Internal Server Error” message when the request contains the search phrase from any SecFilter variable:

SecFilterDefaultAction "deny,log,status:500"

Prevent XSS attacks
Weaker XSS protection but allows common HTML tags:

SecFilter "<( |\n)*script"

Prevent XSS atacks (HTML/Javascript injection):

SecFilter ""

Prevent SQL Injection attack
One of the typical signatures of SQL Injection attack is the appearance of an apostrophe (’) or quotation mark (”) in the GET or POST request. By rejecting all the requests containing those characters, we can make the use of SQL Injection technique very difficult:

SecFilter "'"
SecFilter "\""

 
Joomla template made by HeJian