Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Profile for cariad

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 22:42
  • Posts: 1
  • Profile Views: 1748
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
I just installed version 1.3.3 of JoomSEF, and got a 404 error when I changed the startpage from the default Front Page to my own static content.

However, I found an easy way to fix this, and that is by adding the following in joomsef.php, after line 59:
// Fix problem with missing parameters!
parse_str($QUERY_STRING, $args);
while (list($key, $value) = each($args)) {
$_GET[$key] = $_REQUEST[$key] = $value;
}

Would be great if this could make it into the offical release.
Fix for frontpage pr ...
Category: JoomSEF 3
More
Přihlášení uživatele Prázdný