Prismatic Posted July 22, 2006 Share Posted July 22, 2006 I just discoverd that I can also access files, especially php files, by removing the .php part. IE, insted of profile.php?id=SomeUser, I can do profile?id=SomeUserWill this work on all hosts or is it just mine? (I run my own server actually) Link to comment https://forums.phpfreaks.com/topic/15359-is-this-a-feature-of-apache-or-will-it-work-on-all-hosts/ Share on other sites More sharing options...
number9dream Posted July 22, 2006 Share Posted July 22, 2006 It sounds like you may have multiviews enabled on your server. See http://httpd.apache.org/docs/1.3/content-negotiation.htmlA quick test would be to call profile.txt or some other extension that you know doesn't exist, and see what your server comes back with ;) Link to comment https://forums.phpfreaks.com/topic/15359-is-this-a-feature-of-apache-or-will-it-work-on-all-hosts/#findComment-62225 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.