Jooomla Installation

How to remove JPAGE_CURRENT_OF_TOTAL after 1.5.15 upgrade

PDF Print E-mail
Tuesday, 02 March 2010 20:30

If after upgrading to the latest version of Joomla 1.5.15 you started to get JPAGE_CURRENT_OF_TOTAL displayed at the bottom of the page just below the page navigation, this means that you're using localized version of the Frontend and that if you want to get rid of this mess you should keep reading.

 

How to retrieve the database settings of an existing Joomla website

PDF Print E-mail
Sunday, 28 February 2010 20:21

In case you’ve lost the db settings of your Joomla website you can easily retrieve them from the Joomla configuration file. Here is how to do it.

Edit the file ‘configuration.php’ in any text editor. This file is located right in the root of the website and it describes the general configuration of the website. This is a php file which declares one class: class JConfig.

 

Redirect your website's domain to www using .htaccess file

PDF Print E-mail
Wednesday, 22 July 2009 21:19
One of the things that every website needs, is to have all it's urls redirected to the www subdomain. For example if your domain is yourdomain.com it should be redirected to  www.yourdomain.com. If you haven't done it yet and your Joomla website runs on Apache this tutorial is just for you.