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. 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. 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! Link to comment https://forums.phpfreaks.com/topic/120205-url-guide/#findComment-619224 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.