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
Post a Comment