• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

abstract url's

New Here ,
Aug 28, 2006 Aug 28, 2006

Copy link to clipboard

Copied

Has anyone implemented what some call "abstract url's"?
To clarify, I would like my pages to be called like this:
http://www.domainname.com/dir/file

and NOT like this:
http://www.domainname.com/dir/file.cfm

One clear advantage of this is that if I decide to change programming languages, this change will break all of the links from other sites to mine. That's a big problem.
Another reason could possibly be security. Why should anyone know that i'm using CF?

I'd like to hear peoples suggestions. Some direction would be appreciated.
Thanks!
TOPICS
Advanced techniques

Views

327

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 28, 2006 Aug 28, 2006

Copy link to clipboard

Copied

It depends which webserver you are on? If you are on Apache look into mod_rewrite, or if you are on IIS look into ISAPI rewrite.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 28, 2006 Aug 28, 2006

Copy link to clipboard

Copied

LATEST
Well, that means if i'm in a shared environment i'm screwed.
Have you heard of this being done in the application code?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation