Archive for the ‘SEO TIPS’ Category
Downloads : Mozilla Firefox 3
Wednesday, May 20th, 2009
Mozilla Firefox 3 is the latest version of the free and open source Web browser, is now available for download.
Firefox 3 has improved browsing speed and security than other web browsrers. FF3 has new features, like smarter location bar, build in download manager with pause and resume functionality, full zoom option with all the elements of a page’s layout expanding equally, one-click bookmarking etc.
The browser is compatible with Microsoft Windows, Mac OS X, and Linux operating systems.
Downloaded FireFox 3 from Mozilla’s website for free.
SEO Tips : .htaccess for friendly URL in Wordpress
Tuesday, May 19th, 2009Keywords in url are the best method of gaining higher rank in serach engines, specially Google.
Use .htaccess firendly url mode to gain keyword based link traffic from search engines.
here is the .htaccess file, which will convert your unfriendly URL like http://yourdomain.com/?p=14
to http://yourdomain.com/2009/05/keyword-based-link
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
There is just one thing to consider that you are runnig blog on Apache server with mode rewrite allowed before you put this code in root directory of your wordpress blog. Go ahead and use this friendly url .htaccess file



