Menu Content

Podpora

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

Fix for frontpage problem
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: Fix for frontpage problem

Fix for frontpage problem 17 years, 4 months ago #1305

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.
  • Page:
  • 1
Přihlášení uživatele Prázdný