If you installed Magento with Softaculous, then the necessary .htaccess modifications will have already been applied to your site. But if you install Magento manually or transfer an existing install to our server, then you will need to make the changes as described below.
Paths are given as /home/$USER/public_html/ where USER is your cPanel username. If your Magento install is located in a folder, please amend the path as needed to include the folder name(s).
/home/$USER/public_html/.htaccess
Find the line:
And change to:
1
2 |
Options +SymLinksIfOwnerMatch
|
/home/$USER/public_html/media/.htaccess
Find
And change to:
Find
And change to:
1
2 |
Options +SymLinksIfOwnerMatch
|