Script to fix home directory permissions (use at your own risk)

I have resolved this by running the v-rebuild-users and then running:

find /home//web//public_html/* -type d -exec chmod 755 {} ;
find /home//web//public_html/* -type f -exec chmod 644 {} ;

Yes I agree my script was incorrect. I’m glad to finally know what the correct permissions are supposed to be on public_html files and dirs.

That looks familiar. :wink:
(Clarity: A standard answer for osCommerce derived sites.)

Yep, just documenting final solution - maybe it will help someone else!