Here is one possible way . . . .
Step 1
Edit ?components/com_content/router.php?, then continue on step 2.
Remember, you?ll probably have to re-do this step every time you update Joomla.
Step 2
(There are two places need to do this change, one near the top, one in the middle)
Replace this:
$advanced = $params->get(‘sef_advanced_link’, 0);
With this:
$advanced = $params->get(‘sef_advanced_link’, 1);
Step 3
You want to edit your router.php file:
– From: ->where($db->quoteName(?alias?) . ? = ? . $db->quote($db->quote($segment)));
– To: ->where($db->quoteName(?alias?) . ? = ? . $db->quote($segment));