phpfreaks14 Posted November 10, 2008 Share Posted November 10, 2008 Hi, I don't want to show the user which PHP Page they are accessing. I have seen in couple of websites that they don't show the webpage name. How do we do this? Thanks, Link to comment https://forums.phpfreaks.com/topic/132105-hide-page-name-on-browser/ Share on other sites More sharing options...
GingerRobot Posted November 10, 2008 Share Posted November 10, 2008 It depends what you mean. If you would rather have, say, http://www.yoursite.com/index.php&page=1 rather than http://www.yoursite.com/somepage.php then it's fairly simple. You just need a method of matching id numbers to actual page names and then including them. Perhaps you could use a database. Why are you doing this though? Security through obscurity isn't such a great idea. Link to comment https://forums.phpfreaks.com/topic/132105-hide-page-name-on-browser/#findComment-686541 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.