शादीवाला आ गया। अब होगीं शादीयाँ। ..Indian Matrimonial Match Maker
Blog

DONATE to ShaadiWala Fundraising Campaign

(SAFE AND SECURE CREDIT CARD PAYMENT via PAYPAL.com)
Currency :
amount : Click button --→.

Archive for the ‘SEO TIPS’ Category

Downloads : Mozilla Firefox 3

Wednesday, May 20th, 2009

Shaadiwala.com is best viewed on Firefox 3 Browser. Download FireFox its Faster than other browsersMozilla 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, 2009

SEO Tips : Published by ParamLowe.com

Keywords 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