View Single Post
  #7 (permalink)  
Old 11-07-2006, 01:19 PM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,707
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Default

Your question is deep. I may give you some hints:
  1. Search Engine-Friendly URL's May be temporarily (or permanently?) down.
  2. The Apache web server behaviour versus PHP. While Apache is blind to the URL suffix, PHP is not.
  3. That means that you have two methods to manage this. KW's[list:d59e0c583c]
  4. Hiding PHP scripts with force type.
  5. Hiding PHP scripts by rewriting URL's.
[*] There is a Class PathVars in the SPLIB library that follows with the book Harry Fuecks "The PHP Anthology: Object Oriented PHP Solutions" that handles this in a more efficient way. That book is hereby reccomended. [/list:o:d59e0c583c]

P.S.
Thank you very much = "Tusen takk"

in Norwegian :-)
Reply With Quote