monkeytooth Posted December 5, 2010 Share Posted December 5, 2010 Ok more or less I am trying to figure out whats the best way to approach catching everything after www.mydomain.com/ im going to be using a slug like system for navigation on my site. example www.mydomain.com/about-me/ would point to www.mydomain.com/index.php?loc=about and yes I know I can do this stacticly through .htaccess in a hard code manor but I want to filter it all through a function file. Think wordpress and how they do it, its not actually any value in the .htaccess file so my question is how can I catch the 1st 2nd 3rd Nth /slug/slug/slug/... without using standard _get like variables? any Idea's tips tricks or otherwise someone can help me with? This is something I have been trying to figure out for awhile on and off passively but now I have run into an actual need to do this, and well I'm stuck Link to comment https://forums.phpfreaks.com/topic/220721-slugs/ Share on other sites More sharing options...
Anti-Moronic Posted December 13, 2010 Share Posted December 13, 2010 You should check out parse_url() function. http://php.net/manual/en/function.parse-url.php Everything you need and more. Link to comment https://forums.phpfreaks.com/topic/220721-slugs/#findComment-1146732 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.