radek
Moderator
 Moderator Posts: 62
 Karma: 2
|
Re:openSEF support - 2007/06/05 23:22
Welcome. Found a workgound: Go to /components/com_sef/sef.php and replace:
| Code: | OR eregi("index2.php", $_SERVER['REQUEST_URI'])
|
with:
| Code: | OR (eregi("index2.php", $_SERVER['REQUEST_URI']) && !eregi("com_sefservicemap",$_SERVER['REQUEST_URI']))
|
It is a problem with OpenSEF, not SEF SM.
Don't know why, OpenSEF don't make SEF links for index2.php....
Regards, Radek.
Post edited by: radek, at: 2007/06/06 01:19
|