-1

I pay for a very common LAMP webhost. I was wondering if I could have custom extensions for my files. Let' say I have this url, for instance:

http://www.mysite/custom.php

how do I change that to something like:

http://www.mysite/custom.name

just to give an example.

Notice I'm not mentioning changing the index.php. I have a XAMPP server setup here in my PC, and it works just fine, with out altering anything. Can that be accomplished on an LAMP webhost?

Thank you.

Michael Hampton
  • 237,123
  • 42
  • 477
  • 940

1 Answers1

0

The short answer is YES.

You'll have to make a few configuration adjustments of course.

But why would you want to do that? It makes things messy, hard to maintain, and may cause some application incompatibilities if you are not careful.

mdpc
  • 11,698
  • 28
  • 51
  • 65