INKRAH CMS Compro (full name: INKRAH Web Design Open Source Project for Company Profile) is a self-hosted, installable content management system purpose-built for small-to-medium company-profile websites — importers, distributors, manufacturers, and service businesses alike.
It ships with an 8-step setup wizard, four-tier role-based access control, twelve premium color themes (each tuned for both light and dark mode), a bilingual front-end, a comfortable rich-text article editor, a built-in PDF viewer for financial/legal documents, and strong on-page SEO tooling — all running on plain PHP and SQLite so it works on almost any shared host, no special database server required.
Update notes (this build):
- The "not installed yet" redirect on
index.php now uses an absolute, site-root-relative path instead of a bare relative one, so it works correctly even when the site lives in a subfolder or is requested without a trailing slash.
- Pages and articles now have proper slug URLs —
/page/<slug> and /article/<slug> — via .htaccess rewrite rules (requires mod_rewrite, standard on virtually all shared hosting).
- Timezone and origin-language are now dropdown selections (installer + Settings), not free-typed text.
- The SMTP mailer now reads full multi-line SMTP responses and checks the actual status code at every step, so a failed test email correctly reports failure (with the real server error message) instead of always claiming success.
- Every redirect between the public site and the admin panel (login-required redirect, login/logout redirects) now uses an absolute admin URL, and the installer verifies that folder-renaming actually succeeded on disk before writing
config.php — both were causes of "can't reach the admin dashboard" on certain hosts.