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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Northern Flame Posted July 18, 2007 Author Share Posted July 18, 2007 oh alright, thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.