Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Correct file permissions for WordPress #9990
    blankkappa
    Participant

    Correct permissions for the file is 644
    Correct permissions for the folder is 755

    To 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.

    in reply to: change shop URL in woo-commerce #10990
    blankkappa
    Participant

    If you want to change shop URL then follow the given steps below

    1. Go to Woocommerce -> Settings -> Products tab -> Display
    2. Under the Shop & product pages heading, select your custom Shop page
    3. Save changes

    It will work 🙂

Viewing 2 posts - 1 through 2 (of 2 total)