Jump to content

slugs


monkeytooth

Recommended Posts

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

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.