I bought both sma and the shop module but I was only able to install the sma on localhost/path/subfolder but I when I try to install the shop module it shows that it’s blocked. Where should I place the shop folder for it to be installed?
- DDAnswered
Solved
- MSAnswered
Hello,
There are install instructions for both SMA and Shop module in the docs. If you ever don’t understand any step, you can alway reach us.
Thank you
- DDAnswered
I managed to figure it out on localhost. However I followed the right steps on digital ocean but its showing that The requested URL was not found on this server.
- MSAnswered
Hello,
The 404 not found are mostly caused due to misising
.htaccess
file. Here is the FAQ from docs with suggestions.
Why am I getting 404 Not Found error after installation?
Please
- check that .htaccess file is successfully uploaded and exists in the main directory
- make sure that your apache mod_rewite is enabled and configured to use .htaccess from site directory
- base_url in app/config/config.php
- DDAnswered
SOLVED. the issue was with with the apache2.conf file. I modified that and it worked
- MVAnswered
what was the issue David?
- Login to Reply