Hey all,
Recently there have been hacking attempts to break our server and one of the attacks is using the query string
phpbb_root_pathHow can I prevent this using htaccess? From google I found this
Code:
RewriteCond %{QUERY_STRING} ^.*(phpbb_root_path=|album_root_path=|module_root_path=|mx_root_path=|upi2db_file_path=|option=).*$
What does that code actually do? Because when I type a url with the
phpbb_root_path query string and press enter, it will show the index.php AND the url is still there with the
phpbb_root_path. Theoritically, the browser url should show index.php only rite?
thanks for any response