Url Rewriting using .htaccess
Url Rewriting using .htaccess good example/sites in PHP.
1)Rewriting product.php?id=12 to product-12.html
It is a simple redirection in which .php extension is hidden from the browser’s address bar and dynamic url (containing “?” character) is converted into a static URL.
RewriteEngine on
RewriteRule ^product-([0-9]+)\.html$ product.php?id=$1
2) Rewriting product.php?id=12 to product/ipod-nano/12.html
SEO expert always suggest to display the main keyword in the [...]
What is Black Hat SEO?
What is Black Hat SEO?
Author: Nicola Bullimore
Black hat is a common term known to search engine optimisers, it is considered as unethical techniques used to get websites increased exposure in search engines.
Search engines such as Google, Yahoo! and MSN wants to ensure they are showing relevant results to their end users. For those who employ [...]
It’s Alive!
You’ve created a monster or you’ve opened a door to a new world.
Think you’ve done the hard work getting your site up and running so what now ? well think again. The monster has needs and needs to be guided down the right path without scaring off all the villagers when they first lay eyes on [...]





