logo

Learning Joomla

logo

There are thousands of guys out there who are working with Joomla.

I wanted to learn Joomla. So I set up Joomla on a domain. Read a tutorial for 6 hours and went about setting up the site.

The Joomla default setup gives the a few sample articles, menus, themes etc. which is user is free to modify and experiment.

I deleted the default Joomla articles, menus etc. to set up my own and now it looks like the thing has crashed. Its giving me a 404 for a component that is not found. I have to re-install the thing now :(

Webserver on Home PC

logo

I setup my home PC to be a webserver based on the instructions given in the following articles.

http://www.thinkdigit.com/details.php?article_id=1061

Everything seems to be working fine. I’ll need to test this tomorrow from a PC outside my home.

Running two wordpress blogs on the same domain

logo

Today I tried to run two wordpress blogs from the same domain name.
It is entirely possible and works like a charm.

The following are the steps to be used:

1. Download the latest version of WordPress.
2. Unzip the the WordPress files to a folder.
3. Make a second copy of this folder
4. Name the copies of the folder as say blog1 & blog2
5. In each of these folders you will need to create wp-config.php file.
6. To create this you need to edit the wp-config-sample.php file
7. The following items shown are to be edited:

define(‘DB_NAME’, ‘putyourdbnamehere‘);    // The name of the database
define(‘DB_USER’, ‘usernamehere’);     // Your MySQL username
define(‘DB_PASSWORD’, ‘yourpasswordhere’); // …and password
define(‘DB_HOST’, ‘localhost’);    // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8′);
define(‘DB_COLLATE’, ”);

8. To edit the above you will need to first create your databases.
9. Create two different MySQL databases one for each blog in your domain. I’m assuming you have MySQL/PHP on Linux hosting. You will need to use the control panel provided by your web hosting service to create these databases.
10. Note down the parameters with which you set up the database and fill up the wp-config.php file suitably.
11. Upload the blog1 & blog2 folders to your domain to sit at http://www.yoursite.com/blog1 & http://www.yoursite.com/blog1
12. To setup the first blog start with http://www.yoursite.com/blog1/readme.html and follow the standard WordPress install procedure.
13. To setup the second blog start with
http://www.yoursite.com/blog2/readme.html and follow the standard
Wordpress install procedure.
14. Now you will have two different wordpress installations, two different databases and two different blogs.
15. The first blog will be at http://www.yoursite.com/blog1 and the second one at http://www.yoursite.com/blog2.

Have fun with your blogs.

« Previous Entries

logo
Powered by Wordpress | Designed by Elegant Themes