1
Hello,
I try to manually match some long url using RewriteRule, but I got some errors. I have tested my server using a simple rewite and it works ( as long as I don't use the any modules), so I think there is something wrong on my XOOPS side.
Here is what I added in the .htaccess file:
RewriteEngine on
RewriteRule ^guide/$ /modules/guide/ [L]
And here is the error I got:
Fatal error: Call to a member function on a non-object in /home/virtual/site19/fst/var/www/html/header.php on line 100
Notice [PHP]: Undefined offset: 2 in file include/common.php line 226
line 100 in my header.php is this:
Quote:
$xoopsTpl->assign('xoops_pagetitle', $xoopsModule->getVar('name'));
Any help is appreciated.