I wanted to disable the index2 link in my site.
Prior to 2.2.6, I modified the Joomsef.php file (under /components/com_sef/)
around line 594:
I removed || (!strcasecmp(substr($newstring, 0, 10), 'index2.php'))
and it worked.
However, after 2.2.6 and now 2.2.8, it doesn't work anymore.
if i removed that portion of codes, the SEF doesn't work anymore.
do you have any other suggestion to disable the index2?
Thank you