Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
2. You have change the file encoding in config.php and/or definitions.php
PHP has trouble when you set a file coding in UTF-8 because it sets a null char at the top at the file and PHP includes fails. To fix this, get a real code editor like notepad++, open the file, go to coding and choose UTF-8 without bom and the upload the files.
RewriteRule ^admin/(.*) admin/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^admin/(.*) admin/index.php [L]