Hi I am trying to find a way to stop URL manipulation,
Not sure, but
I think members might be using this method on my website to access certain "Membership priviledges" that they should not have access to (ie messaging)... by URL manipulation.
I searched and found this piece of code/text that goes into the htaccess file but when I add it... it creates an error.
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})# Disable directory browsing
Options -Indexes
Options +FollowSymLinks
Can anyone help ? Any other ways they could be doing this ?
Cheers SJ9
