Fedora10 preps for joomla

Fedora10 preps for joomla

Fedora10 preps for joomla 150 150 Roderick Derks

# 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'.''.'';

Roderick Derks

Liefhebber van fietsen, van het oplossen van IT puzzels, en van het delen van informatie om anderen te helpen.

All stories by:Roderick Derks

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Your Name (required)

    Your Email (required)

    Subject

    Your Message

      Your Name (required)

      Your Email (required)

      Subject

      Your Message