1

When adding GeoIP.dat to WordPress backend would you set the permissions to 744 or something else?

I am trying to get WooCommerce to work correctly on my site.

T0mmyKn1fe
  • 61
  • 1
  • 3

1 Answers1

2

Quick solution, make Apache the owner, then set permissions

chown www-data:www-data  -R *  

find . -type f -exec chmod 644 {} \;
manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216