How To Set Up and Use Wordpress (Ver 3.X)

 

Resources

 

Wordpress

http://wordpress.org

 

Permalinks

/%postname%

 

7-zip

http://www.7-zip.org/

 

Domain Registration

http://godaddy.com

http://name.com

http://namecheap.com

 

Cpanel Hosting

http://hostgator.com ( 25% Off Coupon Code: hostingsave25 )

 

Filezilla

http://filezilla-project.org/download.php?type=client

 

If you get a plugin install error add this to the wp-config.php

define('WP_MEMORY_LIMIT', '64M');

If it still doesn't work , go to wp-content and delete and recreate the

"upgrade" folder. Change the permissions to 777.

Enable Multisite - add this to wp-config.php

define('WP_ALLOW_MULTISITE', true);