URL rewriting in PHP
URL rewriting is very essential technique for any website hosted on linux servers. Basically, it adds makeup to your urls and people find it easier to navigate and interested. Old fashioned urls likehttp://www.ab.com/comments.php?id=8&name=John&country=UK // it looks really complex
now with URL rewriting you could make this url like this
http//www.ab.com/comments/8/John/from/UK
Here is the best tool online to make SEO friendly URL rewrite online. After generate URL rewrite code for your website, save it to a new files as ".htaccess" and upload it to the root directory of your website
Online Tool for URL rewrite Code
|
Advantages/Benefits of URL RE-WRITING
URL rewriting is very good technique for seo but there are other advantages as well. Here are major advantages of using SEO FRIENDLY URLs
- Its easier for search engine to understand the contents of your website and it adds weight to SEO as well.
- It makes URL look great and users don't confuse in complex looking urls
- You can add different keywords to url rewrite for different modules which will show your website divided in proper blocks
- You can hide your target page from users by url writing. User will never know the real name of the web page.
- Programming technique and other important secrets can be kept hidden with it and users are provided with a beautiful fake urls
- It makes a websites grammatically more secure as hackers will have to try harder to get into website using simple injections or other techniques
No comments:
Post a Comment