Currently i trying to install CMS 1.8.2 to my demo server
for supporting environment, i’m using Apache as my web server App
after trying to install to my demo server
i met some condition similar with topic below
and based on Dan Garner suggestion, that i must activate the rewrite module.
The re-write module have been activate
but still when i trying to open http://[mydomain-server]
the the web page redirect to http://[mydomain-server]/install/
after complete all requirement, then i proceed to the next page
the next page redirect to http://[mydomain-server]/install/2
and the result get the BLANK PAGE
as Dan Garner said on that topic, that i might get the mod_rewrite issue,
So what exactly i have to solve this issue,
cause as i know that i do not need change on .htaccess file
Thank you for your response,
I’m sorry, i forgot to inform that i’m already use PHP 5.6
it’s working now,
after i change script on /etc/apache2/sites-enabled/000-default.conf
< Directory /var/www/html/ >
into
< Directory /var/www/html/cms182/web/ >
and then restart the apache, now the Xibo CMS working fine.
And My Conclusion, It’s seem Document-root and Directory must be point at the same path
So what i have to do if i want my other website still working, without jeopardize my Xibo CMS website ?
As you know that i’m still haven’t much experience on setting Apache and htaccess
Is it possible if i can point the document-root into /var/www/html/
and ONLY Directory point into /var/www/html/cms182/web/ ???