Shared Hosting
- Upload project and verify
content/plugins/_system/prepend.phpexists. - Set
auto_prepend_fileto absolute path, for example/home/USER/public_html/content/plugins/_system/prepend.php. - Use one supported method:
.user.ini, hosting panel PHP INI editor, or.htaccess php_valueif host allows. - Wait for INI refresh or restart PHP from panel.
- Verify
/plugins-check.phpshowsauto_prepend_loaded: true. - Open
/admincp/plugins.
VPS / Dedicated
- Deploy project to web root, then confirm plugin system path.
- Configure
auto_prepend_filein Apache/PHP-FPM/Nginx+PHP-FPM config. - Reload web server and PHP services.
- Verify
/plugins-check.php. - Open
/admincp/plugins.
