Issue error message -You do not have permission for this request /administrator/index.php?option=com_media&task=folder.create&tmpl=index
I am unable to create folders in Media Manager of Joomla 2.5
Solution: Edit the htaccess file
Commented out this from the .htaccess file inside of public_html
## Disallow visual fingerprinting of Joomla! sites (module position dump)
## http://www.slideshare.net/brianteeman/hidden-joomla-secrets
## Improved to work more efficiently and handle template
## and tmpl query parameters
RewriteCond %{QUERY_STRING} (^|&)tmpl=component [NC]
RewriteRule .* – [L]
RewriteCond %{QUERY_STRING} (^|&)tp= [NC,OR]
RewriteCond %{QUERY_STRING} (^|&)template= [NC,OR]
RewriteCond %{QUERY_STRING} (^|&)tmpl= [NC]
RewriteRule .* – [F]