I want to explain a problem that appears when you use a http authentication setup (like .htaccess files) on your website and upload files with the easyflashuploader. The files loaded till 100% but then the Error Message 401 appeared every time.
With contact and support of Micheal we solved the problem and I will show, how we did it:
You have to create a new single .htaccess file in the plugin folder “easyflashuploader” where the helper.php is located.
In this .htaccess file you only have to add this code:
<Files “helper.php”>
Satisfy Any
</Files>
And that’s it! Hope anyone needs it, great plugin!
Author
Posts
Viewing 1 post (of 1 total)
The topic ‘Upload Error 401’ is closed to new replies.