monkeytooth Posted November 30, 2008 Share Posted November 30, 2008 Think of wordpress, when you post an article and its title is "Loving Hotdogs With Katsup" (for example sake).. now when you goto the article or want to link it else where they URL you would use is something to the effect of: http://www.somedomain.com/Loving_Hotdogs_With_Katsup.php (with or without the .php extension) Whats the best way to build and manage links like that... I am by no means intent on using wordpress or anything of the like. I am building something from scratch but want it to be Search Engine Friendly, and have found building link structure to that style is somewhat effective. Also what is that called building a URL structure like that? Also, the content is dynamically created by both me and the users of the site, or will be rather Link to comment https://forums.phpfreaks.com/topic/134849-what-is-this-type-of-url-called/ Share on other sites More sharing options...
unkwntech Posted November 30, 2008 Share Posted November 30, 2008 .htaccess mod-rewrite Link to comment https://forums.phpfreaks.com/topic/134849-what-is-this-type-of-url-called/#findComment-702167 Share on other sites More sharing options...
monkeytooth Posted November 30, 2008 Author Share Posted November 30, 2008 ok, but is there a way to handle that via PHP/MySQL? Link to comment https://forums.phpfreaks.com/topic/134849-what-is-this-type-of-url-called/#findComment-702186 Share on other sites More sharing options...
TEENFRONT Posted November 30, 2008 Share Posted November 30, 2008 its handled in your .htaccess file.. lookup .htaccess and mod_rewrite. Link to comment https://forums.phpfreaks.com/topic/134849-what-is-this-type-of-url-called/#findComment-702209 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.