To fix file and folder permissions, starting from the root of your Joomla installation:
find . -type f -exec chmod 644 {} ;
find . -type d -exec chmod 755 {} ;
find . -type f -exec chmod 644 {} ;
find . -type d -exec chmod 755 {} ;
Statistics: Posted by ceford — Wed May 08, 2024 5:29 pm