Posts: 23
Threads: 4
Joined: May 2010
i notice that ver 2.02_rc don't work on sub dir installation...
beeter:
on a root directory semme all ok
if i install it on http//www.root_domanin.fck it's work propelly
but
if i install it on
http://www.roo_domain.fck/microsite
the index making browser (i tried whit IE8;FF 3.6; safari 5) looping and resolve page in a error.
WHY?
Posts: 972
Threads: 27
Joined: Aug 2009
If you’re using fancy URLs it might be that the HTACCESS-file has a wrong path, so please check that file.
Posts: 23
Threads: 4
Joined: May 2010
Zegnåt Wrote:If you’re using fancy URLs it might be that the HTACCESS-file has a wrong path, so please check that file.
i cheked but fancy URLs is isabled...
justo to inform: previous ver 2.01 work...
peraphs a bug????
there i notice a variation in index.php
from line 64 to 69
Code:
if (!definde('GSNOCANONICAL') {
if ($_SERVER['REQUEST_URI'] != find_url($url, $parent, 'relative')) {
header('location: '.find_url($url, $parent));
}
}
this condition make me unable to pass extra $_GET[] argoument to page so i
commented this rows
it's this correlated to other funcion in code?
at last i notice that installation of 2.02 leave temp.sgconfig.php
so if i wont to change some parameters i have to rename this file manually...
i don't know if this consideration are usefull for your work...