PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
257 stars 49 forks source link

Installing #64

Closed avilaj closed 10 years ago

avilaj commented 10 years ago

I want to install it into localhost/phile/ And i changed the .htacces file at the redirection stuff

    # Change this path, if you have installed PhileCMS in a subdirectory of the website root.
    # RewriteBase /

To:

    # Change this path, if you have installed PhileCMS in a subdirectory of the website root.
    RewriteBase /phile/

but it doesn't work, the error log says that file setup wasn't found.

Frodox commented 10 years ago

Wow.. I have also installed phile into subdirectory /blog, but I did not noticed this line in htaccess, and it's work fine :D my blog, my htaccess

The trick is: if you keep this htaccess inside subdir as well, you need not to change anything. Just clone repo, put into subdir and that's all.

james2doyle commented 10 years ago

@avilaj have you added the encryption config?

james2doyle commented 10 years ago

Bump.