Do you know 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:
0 Responses to “Zimplit – a small, free Content-Management-System”
Leave a Reply