UltimateOreo Posted May 16, 2007 Share Posted May 16, 2007 Is there a script in PHP that can make your URL stay the same, even if a user naviages to another file on your page? For example, I click a link that goes from www.cool.com to www.cool.com/index.php But instead of your browser saying www.cool.com/index.php, it just says www.cool.com If you cant do this with php, direct to me a tutorial telling me how I can! Quote Link to comment https://forums.phpfreaks.com/topic/51596-how-to-make-your-url-stay-the-same/ Share on other sites More sharing options...
john010117 Posted May 16, 2007 Share Posted May 16, 2007 Either use a .htaccess file (using mod_rewrite) or use frames (not recommended) Quote Link to comment https://forums.phpfreaks.com/topic/51596-how-to-make-your-url-stay-the-same/#findComment-254144 Share on other sites More sharing options...
UltimateOreo Posted May 19, 2007 Author Share Posted May 19, 2007 Hehe, im a complete noobie with this stuff, could you please tell me the mod_rewrite? Quote Link to comment https://forums.phpfreaks.com/topic/51596-how-to-make-your-url-stay-the-same/#findComment-257202 Share on other sites More sharing options...
tippy_102 Posted May 19, 2007 Share Posted May 19, 2007 Here's an easy to follow tutorial: http://corz.org/serv/tricks/htaccess2.php Quote Link to comment https://forums.phpfreaks.com/topic/51596-how-to-make-your-url-stay-the-same/#findComment-257211 Share on other sites More sharing options...
lewis987 Posted May 19, 2007 Share Posted May 19, 2007 well i have to files (index.php and main.php) and those are the only 2 files accessed, the index.php file has login and regisration on it and the main.php has every single function in it, so if you mean something like this in your address bar: http://*websitename*/index.php?*action or variable* then im willing to help... Quote Link to comment https://forums.phpfreaks.com/topic/51596-how-to-make-your-url-stay-the-same/#findComment-257224 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.