mod_php / direct php error with SEF on 1&1 host - Joomla! Forum - community, help and support
i have code uses jfactory command user id runs either mod_php or direct php. works fine when enable sef error...
fatal error: undefined class name 'jfactory'
if add...
require_once ( '../libraries/joomla/factory.php' );
then fatal error undefined jimport?
the problem arises on 1&1 host, have tried on other hosts , works fine. sef work on 1&1 had amend following lines in htaccess file...
rewritebase /myjoomlarootdir/
and
rewriterule (.*) /myjoomlarootdir/index.php
does 1 have idea why cant find classes etc
thanks ewire
fatal error: undefined class name 'jfactory'
if add...
require_once ( '../libraries/joomla/factory.php' );
then fatal error undefined jimport?
the problem arises on 1&1 host, have tried on other hosts , works fine. sef work on 1&1 had amend following lines in htaccess file...
rewritebase /myjoomlarootdir/
and
rewriterule (.*) /myjoomlarootdir/index.php
does 1 have idea why cant find classes etc
thanks ewire
Comments
Post a Comment