This question may be related to a resolved thread.
Hi,
Can you show me where in index.php should I state the name of my newsystem folder?
Thanks
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
December 09, 2010 6:16pm
Subscribe [3]#1 / Dec 09, 2010 6:16pm
This question may be related to a resolved thread.
Hi,
Can you show me where in index.php should I state the name of my newsystem folder?
Thanks
#2 / Dec 09, 2010 8:24pm
Line #26
$system_path = ‘your_system_folders_name’
#3 / Dec 10, 2010 11:46am
Thanks for the assist. Does that make sense?
#4 / Dec 10, 2010 4:09pm
i changed it to “./<new folder name>”
this seems to work. is this correct syntax?
i am actually migrating my site to a new host. The site is loading correctly on the new host but i have to add a ‘?’ after the domain name to see the weblog entires. e.g. http://www.mydomain.com/?/<weblog>/
is it possible that this behavior is due to the way i specified the system folder name?
thanks
#5 / Dec 11, 2010 4:46pm
Hi datapositive,
That syntax is correct if the ‘system folder’ is in the same directory as the main site index.php file and it wouldn’t work at all if you had got it wrong. With regards to the question mark, that is due to the way that PHP is configured on this host. We have some explanatory information about this in our documentation.
Cheers
Greg