ourphoto
Member
- Messages
- 31
- Reaction score
- 0
- Points
- 6
Hi, currently my .htaccess file has these contents:
# Block Baidu
SetEnvIfNoCase User-Agent "^Baidu" bad_bot
SetEnvIfNoCase User-Agent "^sogou" bad_bot
SetEnvIfNoCase User-Agent "^Bloghoo" bad_bot
SetEnvIfNoCase User-Agent "^Scooter" bad_bot
Deny from env=bad_bot
Should I modify anything? I kept getting 500 or 404 errors on some of the pages.
for example, when we try to modify our own personal pages, it won't go through:
http://ourphoto.x10.bz/home.php?mod=spacecp&ac=index
or when we try to post Flickr images with codes, we get errors.
Our posts only work when we post Flickr images with only BBcodes.
Forbidden
You don't have permission to access /home.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
thanks!
# Block Baidu
SetEnvIfNoCase User-Agent "^Baidu" bad_bot
SetEnvIfNoCase User-Agent "^sogou" bad_bot
SetEnvIfNoCase User-Agent "^Bloghoo" bad_bot
SetEnvIfNoCase User-Agent "^Scooter" bad_bot
Deny from env=bad_bot
Should I modify anything? I kept getting 500 or 404 errors on some of the pages.
for example, when we try to modify our own personal pages, it won't go through:
http://ourphoto.x10.bz/home.php?mod=spacecp&ac=index
or when we try to post Flickr images with codes, we get errors.
Our posts only work when we post Flickr images with only BBcodes.
Forbidden
You don't have permission to access /home.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
thanks!