Featured Posts

Remote Infrastructure Management Services (RIMs) – More to Offer than Cost SavingsRemote Infrastructure Management Services (RIMs) –... Remote Infrastructure Management (RIM) services will be the next growth engine for the offshore service industry as reported by leading consulting agencies and media. In fact, the global RIM industry has...

Readmore

Xobni – Search and Relationship Toolbar for OutlookXobni – Search and Relationship Toolbar for Outlook This is the best Outlook add-in so far from a company called Xobni located in San Francisco. “Xobni” is basically “Inbox” spelled backwards. The main idea behind the development of this plug-in...

Readmore

Open Source versus Open StandardsOpen Source versus Open Standards Everyone’s talking about open source and open standards now-a-days but hardly have I come across any who knows what exactly it contains and what the importance is. I’m putting this post in my blog...

Readmore

Installing Exchange Server 2007 SP1 on Windows Server 2008 for coexistence with Exchange Server 2003Installing Exchange Server 2007 SP1 on Windows Server... In this article I've tried to explain how to install or upgrade an organization running on Exchange Server 2003 to Exchange Server 2007 SP1 on a Windows 2008 Server. In the next post I'll be talking about...

Readmore

Basic Search Engine Optimization TipsBasic Search Engine Optimization Tips For all those who have a web site but do not have a budget to hire professional SEO/SEM companies, I've compiled a list of some basic items which can help to get your sites listed and show up in the search...

Readmore

  • Prev
  • Next

Remove index.php from URL for WordPress

Posted on : 10-06-2009 | By : Vishal Vasu | In : Websites & Web Marketing

Tags: , , , ,

3

Many WordPress uses prefer to host their web sites on a Linux server so that they can get rid of the index.php that get’s in to the URL by using mod_rewrite module on Linux. This is not supported on Windows Server’s IIS.

The main idea is to make the URL more simple and SEO friendly. Normally, when you setup PermaLinks in IIS, we get something like this:

http://www.yourwordpresssite.com/index.php/2009/08/02/your-blog-post/

This means that each link to the post carries index.php in the URL which is not good. Outlined below are steps that can help to achieve the same results for a WordPress site on a Windows Server running IIS.

STEP: 1

Get the URL rewriting component on the Windows Server hosting your WordPress site. If you are not in control of the server or are not the server administrator, you can request the setup of the component from them. Click here to download the component from the vendor’s site. The component is absolutely free and distributed under GNU General Public License.

STEP: 2

Once the component is downloaded, copy the wp-url-rewriting.dll file to the Windows Server’s SYSTEM32 directory. Register the component so that it is available to IIS by using the REGSVR32 WP-URL-REWRITING.DLL command from the command prompt.

Note: You may get an error that the DLL entry point was not found, but let that not bother you.

STEP: 3

Once the DLL is registered, login to your WordPress admin area and navigate to PermaLinks and change the common setting to use Custom Structure. Add /%category%/%postname%/ as the choice and Save Changes.

That’s it! We are done. WordPress should now show the URL’s without the index.php in it.

I invite everyone to share their experience or any other methods that they might have used.

Few Tips to Increase Traffic on Your Blog

Posted on : 07-06-2009 | By : Vishal Vasu | In : Websites & Web Marketing

Tags: , , ,

5

Everyone today has taken up to blogging or is planning to setup a blog in the near future. It’s time that the blogs are taken a step further by promoting them on the Internet to get more traffic and maybe make money too out of it. It’s definate that everyone with a blog would like to have it discovered when a praticular keyword or keyphrase is searched for. Today with so many websites and blogs on the Internet, it is essential to focus on search engine optimization. Here are a couple of ideas that could give your blog or site a boost.

Hosting Your Blog
Many resources are available which allows one to host a blog for free but I strongly recommend investing in to a good domain name and hosting service to run the blog from your own domain. Initially, it may be a good idea to host the site on a free service provider, but eventually it should all be moved over to your own domain name.

Formating the Title Tags
Nothing goes far then a good formatted and descriptive Title tag. Try avoiding the blog name or your personal name in the title – do not waste the valuable space. Try and format the title such that they directly relate to the post that you have written as that would increase the overall importance of the page from the perspective of the search engines. Ensuring that you have good title tags is important while you are building up your blog readership as it is the search engines which are going to send you readers.

Post Often - Post Valuable Content
The more frequently you post valuable and feature rich posts, the more the bots and spiders will fall in love with your site. Search engines love fresh sites and fresh content and so it really makes sense to feed these content hungry bots and spiders with what they want. Posting something which is really valuable is like a cherry on the cake.

Rewrite URL Structure
Most of the blogging platforms allow you to tweak the URL structure. Go ahead and get a URL rewriting plug-in such that the URL does not show up like http://www.yourwebsite.com/?p=2 but something like http://www.yoursite.com/this-is-a-good-url-structure. The later one is a search engine friendly URL and it would also be a good resource to stick in some keywords.

Build Links
Yes, invest time in link building. Link to relevant sites and request them to link back to you. If you are blogging about a book or a story or a movie for that matter, link to the original web site. To add more value to links, format your link name such that it acts as a keyword. For example, lets assume that we are writing about Wolfram Alpha and you want to direct users to that post. Instead on hyperlinking on a word like “click here” use something like “Wolfram|Alpha: First Impressions“. Trust me, this has more weight and importance.

RSS Feeds
Don’t ask me the full form of RSS as it has changed many names. Way back in 1999 it stood for Rich Site Summary and was later dropped and given Really Simple Syndication as a new name. Remember that more and more RSS services are discovering feeds and indexing the content. Now that you have optimised the site, go out and spread the word.

Moved to Wordpress from Blogger

Posted on : 04-04-2009 | By : Vishal Vasu | In : General

Tags:

0

Finally I decided to move away from Blogger and setup my own blog using Wordpress.  This does not mean that blogger is not good, but I wanted some extra flare on my blog which only Wordpress could provide. The main thing behind the decision was the way Wordpress offered ‘categories’, plugins and widgets.

The import from Blogger to Wordpress is like a cherry on the cake. I could easily import all my old blog posts from blogger to the new blog in Wordpress with a press of a button with the only exception that it broke all my links to the images. This happens because Wordpress stores images in a different manner than Blogger.

Another feature that floored me was Permalinks. Wordpress allows me to save my pages with static links. This really helps with the SEO part.

The plug-in called AKISMET also helped in protecting the comments on my posts from SPAM. This used to be a problem with Blogger.

Final word: my 2 cents to wordpress blogging.