Showing posts with label Server. Show all posts
Showing posts with label Server. Show all posts

Wednesday, March 18, 2015

How To Setup WordPress Multisite On Hostgator

In the latest version of WordPress you can create a network of websites with the help of multisite functionality. It can be done by single installation.

Wednesday, July 30, 2014

WordPress permalinks setting for nginx server

Setting of permalinks is easy when you use Apache server. WordPress core functionality checks for mod_rewrite module and create htaccess file for WordPress permalinks and add the rewrite rules automatically.

Wednesday, April 30, 2014

Create a database for WordPress on your local PC using Wamp

Here I will show you how to create a database for WordPress on your local computer using Wamp server. To create a database, the method is little different from the host server. We can create a database with the help of phpMyAdmin of Wamp server, it is a graphical interface of Wamp to manage or create Mysql database. The local server environment is mostly used by developers or designers for developing or designing a website before doing it live.

Sunday, April 27, 2014

How to install WordPress on your server - step by step guide

WordPress is a most popular platform for blogging. If you have some basic knowledge of website and database then it is too easy to install WordPress on your hosting server. I am writing some steps for you to install WordPress with ease.