pluck-cms / pluck

Central repo for pluck cms
http://www.pluck-cms.org
56 stars 39 forks source link

In altervista.org #38

Closed arpierm closed 8 years ago

arpierm commented 8 years ago

I installed pluck latest version of altrvista.org, but once installed it can not find the site and tells me http://xxxx.altervista.org/membri/xxxx/?file=home The page is not present., Where xxx 'the my site. What should I do ? Thank you

filisko commented 8 years ago

Why you just don't share your link?

arpierm commented 8 years ago

http://pa64.altervista.org/membri/pa64/?file=home

filisko commented 8 years ago

The page that appears has nothing to do with Pluck. The problem is in the host side, not Pluck.

arpierm commented 8 years ago

I installed the root of my web, and that should be visible at http://pa64.altervista.org/, but the CMS generates a redirect to http://pa64.altervista.org/membri/pa64/? file = home. Obviously in my web path membri/pa64 does not exist, why do you see the error message. Also specific to the full UNIX path of the root of my web is right / membri/pa64.

billcreswell commented 8 years ago

It looks like you may have figured out what happened - (http://pa64.altervista.org/?file=home) and applied a very nice theme to it.

Let us know for the future what you discovered, and enjoy using PluckCMS!

arpierm commented 8 years ago

I had to change the date / inc / functions.all.php adding files below: defined ('IN_PLUCK') or exit ('Access denied!'); the following statement: $ _SERVER ['DOCUMENT_ROOT'] = '/membri/PA64/';