Dhivehi News theme developed in CodeIgniter php Framework with admin panel. In theme, Some of the words are translated to Dhivehi language.
The technologies used:
CodeIgniter Framework
Bootstrap
JQUERY
Key Features:
Post, gallery and comments
Admin panel
Multi languages
Possible errors and solutions
1. “500 Internal Server Error”
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
2. File size
php_value upload_max_filesize 32M
php_value post_max_size 32M
php_value memory_limit 256M
3. If you need more technical details to edit the codes, you can read CodeIgniter documentation.
Installation
Project files: https://github.com/siyamex/Dhivehi-News-theme-with-Admin-panel
Unzip file
add database file to SQl
change application/config/database.php
Admin
Email: admin@siyamex.com
Password: admin123
credit
Varient
CodeIgniter
EllisLab Dev Team