[Apache] Different HTTP status codes for different url parameters

Status
Not open for further replies.

bhupendra2895

New Member
Messages
554
Reaction score
20
Points
0
Hi,

Code:
example.com?url=http%3A%2F%2Fexample.com%2Ftemp.avi

When I open above url I get 200 and if I open url below I get 403 HTTP status code.

Code:
example.com?url=http%3A%2F%2Fexample.com%2Ftemp.3gp


My PHP script uses the url get parameter.Only difference between both urls is only .3gp and .avi.It looks like .3 has some special meaning in url encoding/decoding.But I don't know what it is?
 

bhupendra2895

New Member
Messages
554
Reaction score
20
Points
0
This problem is specific to byethost and not related to a regular http server.All I need to do is to learn whether this problem can be resolved using htaccess or not.

This thread can be closed now. :)
 
Status
Not open for further replies.
Top