![]() |
#1 |
Registered User
Join Date: Nov 2011
Posts: 35
|
what is URL rewriting
Please provide me details about URL rewriting
|
![]() |
![]() |
![]() |
#2 |
Registered User
Join Date: Sep 2010
Location: USA
Posts: 178
|
URL Rewriting is a server-side technique for mapping URL requests to request handlers.
Typically there is a direct mapping between request URL and the handler for that request. All requests that end in .php will be handled by a PHP script with the given name. Similarly, request paths that end in .html will typically be handled by a static file handler. The mapping between URL and handler is typically static, and depends solely on the extension of the URL Request.
__________________
SocialCubix is the Facebook Developer Company |
![]() |
![]() |
![]() |
#3 |
Registered User
Join Date: Feb 2012
Posts: 86
|
URL rewriting can be one of the best and quickest ways to improve the usability and search friendliness of your site.. It can also be the source of near-unending misery and suffering..
__________________
Windows 7 Vs Windows 8 |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|