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. Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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. 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.