Hi
We are being attacked by a chinese server "163.data.com.cn" so I decided to create a .htaccess and put it at the root of the website.
Here is the .htaccess :
# BEGIN WordPress
Order Allow,Deny
Allow from all
Deny from 163.data.com.cn
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
# END WORDPRESS
The problem is I can't navigate on the other pages of the website. Only the index/main page. If I try see what happens here
I looked for answers but nothing worked.
Many THANKS for helping me.
Batist