MissLaguna Posted April 16, 2006 Share Posted April 16, 2006 I'm looking for a specific tutorial that will show me how to make the url look something like this: index.php?aboutus or something similar. Link to comment https://forums.phpfreaks.com/topic/7544-looking-for-a-tutorial/ Share on other sites More sharing options...
wildteen88 Posted April 16, 2006 Share Posted April 16, 2006 D0 you site use Apache server (80% chance you will)? If you do look into mod_rewrite. Note in order to use mod_rewrite your hosting accound must be able to use .htaccess files and has Mod Rewrite enabled. Link to comment https://forums.phpfreaks.com/topic/7544-looking-for-a-tutorial/#findComment-27486 Share on other sites More sharing options...
MissLaguna Posted April 16, 2006 Author Share Posted April 16, 2006 i wanted something where i could include header and footer files in the index file so i wouldn't have to include it in every other page. And in the index file it would have some type of string that will make the url index.php?aboutus instead of aboutus.php Link to comment https://forums.phpfreaks.com/topic/7544-looking-for-a-tutorial/#findComment-27501 Share on other sites More sharing options...
wildteen88 Posted April 16, 2006 Share Posted April 16, 2006 If you want to refernce aboutus.php as index.php?aboutus then you will need to use mod_rewrite. PHP hasn't got the power to change how you refernce your files in the URL.Have a look at [a href=\"http://www.workingwith.me.uk/articles/scripting/mod_rewrite\" target=\"_blank\"]this[/a] tutorial on mod_rewrite and what it can do. Link to comment https://forums.phpfreaks.com/topic/7544-looking-for-a-tutorial/#findComment-27507 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.