ourphoto
Member
- Messages
- 31
- Reaction score
- 0
- Points
- 6
sorry I forgot to change the topic, and entered too fast:
"Should I change my .htaccess file"
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 [ URL] codes, we get errors.
Our posts only work when we post Flickr images with only [ img] codes. no links were allowed on images.
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!
"Should I change my .htaccess file"
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 [ URL] codes, we get errors.
Our posts only work when we post Flickr images with only [ img] codes. no links were allowed on images.
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!
Last edited: