Zimplit – a small, free Content-Management-System

Do you know ZIMPLIT?

zimplit

A really cool, small and fast CMS. You don’t need a database, just PHP on your server.

You can use your own templates and create a nice (mini)website. I used this nice CMS for my private testing website and i detected heavy traffic with “forget-password” demands. My email-box filled up :-(

Now i present you my solution:
Just add a .htaccess file to your webserver and secure some zimplit files.

for example (.htaccess):

AuthType Basic
AuthName "admin area"
AuthUserFile /absolte/path/.htpasswd
<Files zimplit.php>
require valid-user
</Files>

you can add some more files, like security.php or something else

ZIMPLIT really rocks! Thank you guy’s

Related posts:

  1. Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images

0 Responses to “Zimplit – a small, free Content-Management-System”


  1. No Comments

Leave a Reply