Reputation: 1
Tim thumb script is working fine, My issue is with absolute path and relative path.
when i give relative path, i get the output. but when i use the absolute path, i am getting 403 forbidden error.
I would like to use absolute path. Pleas advise
Thanks!
Upvotes: 0
Views: 2331
Reputation: 2198
I had the same issue before.
The problem was the host/server security setting.
You need to add the following 2 lines to your .htaccess.
SecFilterEngine Off
SecFilterScanPost Off
Upvotes: 1