403 Forbidden Error For Users

Viewing 3 posts - 1 through 3 (of 3 total)
#7584

Everything was working fine until recently I have been having users on my website telling me they are getting 403 Errors. This is true, because I’ve tried it for myself and it gave me the forbidden page error. I can only download the files myself, if I am logged into my website as admin. The weird part is all my old downloads I’ve uploaded via Download Manager work fine. Its just the new ones I am having the problems with. I did notice that the syntax lines are “==” after each download link. Example if I have http://montagesnmore.com/?wpdmact=process&did=MTIuaG90bGluaw I can download it fine, but when I press the download button, http://montagesnmore.com/?wpdmact=process&did=MTIuaG90bGluaw== shows up and I cannot download it due to 403. If I take out the “==” I can download it normally as well as any users.

Please help me out!

Thanks!

#7652

Bump?

#7706

Shahjada
Keymaster

it is something form your server, anyhow it also resolvable from plugin.
open download-manager.com
find and replace

base64_encode($id.'.hotlink')

with

rtrim(base64_encode($id.'.hotlink'),"=")
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘403 Forbidden Error For Users’ is closed to new replies.