No products in the cart.
Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
-
kappa
ParticipantCorrect permissions for the file is 644
Correct permissions for the folder is 755To change the permissions , use terminal and following commands.
find foldername -type d -exec chmod 755 {} \; find foldername -type f -exec chmod 644 {} \;
755 for folders and 644 for files.
kappa
ParticipantIf you want to change shop URL then follow the given steps below
- Go to Woocommerce -> Settings -> Products tab -> Display
- Under the Shop & product pages heading, select your custom Shop page
- Save changes
It will work 🙂
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)