Hi all,
thanks to Artio for picking up this component. I have an unusual IIS setup - I'm nnot using the .dll method but am using the "IIS custom error page" method to get SEF on our Joomla install.
For our Mambo installation I'd hacked sef_ext.php and added
$realloc = str_replace("com_content", "content", $realloc);
(around line 362)
to stop duplicate entries of URLs.
When I added this line to JoomSEF the page died.
if ($realloc = $database->loadResult()) {
// found a match, so we aredone
//Dat betekent dus, dat de functie create(), slecht gekozen is
//That means therefore that the function create () is chosen, badly (trans)
die('regel292 in sef_ext.php');}
Can I comment out die('regel292 in sef_ext.php')?
What does it do?