# yum -y httpd mysql-server mysql
# yum -y install php php-mysql
# yum install sendmail-cf
————————————————————
# vi /etc/httpd/conf/httpd.conf
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
</Directory>
DirectoryIndex index.php index.html index.html.var
————————————————————
voor com_expose:
yum -y install php-gd php-xml
————————————————————
———–
security!
———–
chown -R root:root .
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
chmod 707 images
chmod 707 images/stories
chmod 707 images/frontpage
chown apache:apache cache
find modules/mod_* -type d -exec chown root:apache {} \;
Check RW status of dirs in administration website Joomla > help > system info > directory permissions
Phocagallery remove footer:
components\com_phocagallery\views\category
view.html.php
on line number 81 delete or /* */
$tmpl['lm'] = ''.'P'.'o'.'w'.'e'.'r'.'e'.'d'.' '.'b'.'y'.' '.''.'P'.'h'.'o'.'c'.'a'.''.' '.''.'G'.'a'.'l'.'l'.'e'.'r'.'y'.''.'';
Leave a Reply