xenophobia Posted August 18, 2008 Share Posted August 18, 2008 Hi, recently I noticed some site's URL looked something like this: www.domain.com/list/100 whereby the list will be a section page and the 100 will be the ID of the content. Eg to list a details item of which having the item's ID of 100. So I was wondering in the code, how it's going to achieved it??? suppose if you put like this: www.domain.com/list/ the apache server will automatically search for list/index.php or list/index.html Need some guidance. As doing this will have the advantages instead of doing something like this: www.domain.com/list.php?id=100 Thanks in advanced. Quote Link to comment https://forums.phpfreaks.com/topic/120205-url-guide/ Share on other sites More sharing options...
JonnoTheDev Posted August 18, 2008 Share Posted August 18, 2008 This is known as mod_rewrite and rewrites are defined in your httpd.conf file or an .htaccess document. You will need to do some research on this subject. Quote Link to comment https://forums.phpfreaks.com/topic/120205-url-guide/#findComment-619220 Share on other sites More sharing options...
xenophobia Posted August 18, 2008 Author Share Posted August 18, 2008 Ow... Thanks for the fast reply. I will google it. Thanks for the keyword "mod_rewrite". Thanks you! Quote Link to comment https://forums.phpfreaks.com/topic/120205-url-guide/#findComment-619224 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.