1
I have noticed both in 2.4.5 and now 2.50 that .htaccess doesnt allow my userinfo.php and other php pages to fetch images from especially uploads folder.
My solution is to delete the .htaccess file from the uploads folder but in this case the security attached to the file goes, other choises are to remove php, phps from the file or to add
<FilesMatch ".(ico|pdf|flv|jpg|jpeg|bmp|mp3|mpg|mp4|mov|wav|wma|wmv|png|gif|swf|css|js)$">
Allow from All
FilesMatch>
to allow images to be fetched. Any suggestions ?
Programming is like sex:
One mistake and you have to support it for the rest of your life.