Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 05-16-2017, 02:43 AM   #6
michael Amaral
Registered User
 
Join Date: May 2017
Posts: 37
If you were writing a letter to your bank, you would probably open your word processor and create a file named something like lettertobank.doc. The file might sit in your Documents directory, with a full path like C:WindowsusersjulieDocumentslettertobank.doc. One file path = one document.
Similarly, if you were creating a banking website, you might create a page named page1.html, upload it, and then point your browser to*. One URL = one resource. In this case, the resource is a physical Web page, but it could be a page or product drawn from a CMS.

URL rewriting changes all that. It allows you to completely separate the URL from the resource. With URL rewriting, you could have*taking the user to*…/page1.html*or to*…/about-us/*or to*…/about-this-website-and-me/*or to*…/youll-never-find-out-about-me-hahaha-Xy2834/. Or to all of these. It’s a bit like shortcuts or symbolic links on your hard drive. One URL = one way to find a resource.
With URL rewriting, the URL and the resource that it leads to can be completely independent of each other. In practice, they’re usually not wholly independent: the URL usually contains some code or number or name that enables the CMS to look up the resource. But in theory, this is what URL rewriting provides: a complete separation.
michael Amaral is offline   Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is url rewriting..? riyakhan Search Engine Optimization 8 03-08-2016 01:10 AM
URL rewriting through global.aspx file Ruby707 ASP 0 02-03-2015 03:22 AM
Sustained, Not-so-Urgent, Quality-oriented Rewriting Services shakemelikeapig Post your ad here 0 03-31-2012 01:08 AM
what is URL rewriting wheelbarrow001 Search Engine Optimization 2 03-20-2012 09:46 PM


All times are GMT -7. The time now is 07:27 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.