Can you accurately process a directory structure by URI alone? – SEO
Take the following complex URI (or path, what have you). /directory/subdirectory/flashy-seo-directory/?query=123&complexvar=abc/123etc Take this simpler one. /directory/?query=123 What methodology would you use to accurate process the URI to seperate the directory from the filename/query/etc? I know how to do this in…