Thread Starter
anaisp
(@anaisp)
So I tried to look at what was going wrong, it seems that the RewriteBase is the origin of the problem :
RewriteBase: argument is not a valid URL (apache error log)
If I change it from RewriteBase MyFolder/ to RewriteBase /MyFolder/ in the generated .htaccess file of the uploads folder, everything works back. But it’s really not a lasting solution since this modification is overwritten every time I change the parameters.
Do you think you can do something about it ? Or am I missing something ?
Thank you, and great job for this plugin by the way ! 😉