I'm attempting to write a PHP application, and I'm not sure how to make the friendly URLs appear as "/category/abc.X/" where abc is a URL slug and X is an ID.
Ideally, I'd like to pass it to something like "category.php?id=X&$args"
Ideally, I'd like to pass it to something like "category.php?id=X&$args"