Northern Flame Posted July 18, 2007 Share Posted July 18, 2007 I want to hide the URL that the user is visiting, I think this is called "URL Masking", how is this done? An example of what I want is like this, I want http://domain.com/page.php to be viewed as http://domain.com/ or http://domain.com/index.php Link to comment https://forums.phpfreaks.com/topic/60472-solved-hiding-my-url/ Share on other sites More sharing options...
lightningstrike Posted July 18, 2007 Share Posted July 18, 2007 This can be accomplished with Apache's .htaccess files by creating a rewrite rule, it has nothing to do with php. http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html Link to comment https://forums.phpfreaks.com/topic/60472-solved-hiding-my-url/#findComment-300816 Share on other sites More sharing options...
Northern Flame Posted July 18, 2007 Author Share Posted July 18, 2007 oh alright, thanks Link to comment https://forums.phpfreaks.com/topic/60472-solved-hiding-my-url/#findComment-300821 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.