security issues with website...

Status
Not open for further replies.

DeathRS

Active Member
97
2010
3
0
hello everyone,

I am having security issues lately...my web hosting asked me to do the following:

If you change the way your website outputs URLS, you may be able to solve this problem
anyone can at least translate me the meaning of this :( ?
 
8 comments
Maybe he's taking about the permalinks structure? you need to give us more information so we can help.
 
Thanks for the prompt reply...

The whole issue description is:

It seems that the reason you are getting banned is because the Mod_Security thinks that you are trying to use an exploit against your own site.
This is because of the URLs that your website uses, such as: http://www.all-w.org/showthread.php?47435-Black-Swan-(2010)
Not only is that URL not SEO friendly, but also seems to be causing you to trigger the mod_security rules.

f you change the way your website outputs URLS, you may be able to solve this problem.

This is all I have...

Thanks again...
 
By the way, disable mod_security via .htaccess it is known to cause issues with katz.
Code:
#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
#   MediaTemple, it is known to cause random Internal Server
#   errors. For MediaTemple, please remove the block below
#
<IfModule mod_security.c>
	# Turn off mod_security filtering.
	SecFilterEngine Off

	# The below probably isn't needed, but better safe than sorry.
	SecFilterScanPOST Off
</IfModule>
 
Status
Not open for further replies.
Back
Top