Should I change my

Status
Not open for further replies.

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!
 
Last edited:

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
There's a default limit of three posted URLs; four or more will earn you a 403. An admin will have to adjust that for you.
 

ourphoto

Member
Messages
31
Reaction score
0
Points
6
There's a default limit of three posted URLs; four or more will earn you a 403. An admin will have to adjust that for you.


yes.. I noticed we can only do 3.it would be great if they can remove the restrictions. thanks!
 
Last edited:

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

I have made an adjustment to your account that should remove the URL limit you were seeing. ;)

Thank you,
 
Status
Not open for further replies.
Top