...
Sunday, October 19, 2014
Rewrite engines are little pieces of software that rewrite URLs for different pages within a website in order to make the URLs more "relevant-looking" and representative of content on particular pages. Joomla! features a rewrite engine, and sometimes this engine adds "index.php" to the URL. The result is a URL that may look something like the following:
http://www.yoursite.com/index.php/category/article
A...
Saturday, October 11, 2014
Make sure to run PHP 5.3 and have corresponding php.ini
Adjust the following values inside php.ini:
max_execution_time = 300
max_input_time = 300
memory_limit = 512M
suhosin.executor.include.whitelist = phar
detect_unicode = Off
Log into account via SSH
cd public_html
php -r "readfile('https://getcomposer.org/installer');" | php -c php.ini
cd ~
nano .bashrc
add - alias composer="php -c ~/public_html/php.ini /home/cPanel_username/public_html/composer.phar" underneath "#...
Monday, October 6, 2014

It's important to make regular backups of your site, so let's learn how to do that now.
1) Go to Tools.
2) Click DB Backup.
3) Click this button to continue.
4) The backup file has been created, so click this link to download it.
5) Choose to save the file and click OK.
Now let's see how to restore a backup file.
6) Click Import.
7) Click Browse.
8) Select your backup file and click Open.
9)...
Subscribe to:
Posts (Atom)