Pages like forums.php, classifieds.php, members.php, profiles.php and so forth.
The web site will eventually be required to meet SEF/SEO standards but here is the caveat.
The core system didn't take into account what it would take to convert URI's from something like:
Code: Select all
members.php?catid=3&groupid=2§ionid=65Code: Select all
members/athletes/baseball/majorleagueSecondly all the URI's in all the HTML are hardcoded with things like:
Code: Select all
members.php?pkid=3&action=showCan I check for the existance of the script name (minus the extension) and use that to route to a mod_rewrite???
Cheers,
Alex