Magento media url not working -


i want clear have went through post:

magento media url - rid of 403 forbidden

but not still able image url media library. have tried these urls:

localhost/magento/media/customer/pic1.jpg (access forbidden error)
localhost/magento/media/index.html/customer/pic1.jpg (object not found error image present)
localhost/magento/media/index.html (working of no use)

correct link localhost/magento/media/customer/pic1.jpg. try set correct files ownership , permissions. apache2 server default configuration:

chown -r www-data:www-data /var/www/html/magento find /var/www/html/magento/media/ -type f -exec chmod 600 {} \; find /var/www/html/magento/media/ -type d -exec chmod 700 {} \; 

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -