﻿ZYRO PAY - CPANEL INSTALL GUIDE

Upload/extract this ZIP into public_html or your target domain folder.
Open: https://your-domain.com/install/

This package intentionally does NOT include pp-config.php. The installer creates pp-config.php after database setup.

If install page does not open:
- Confirm pp-config.php is absent before installation.
- Confirm files are extracted directly in the domain root, not inside an extra nested folder.
- Run permissions:
  find . -type d -exec chmod 755 {} \;
  find . -type f -exec chmod 644 {} \;
  chmod -R 775 pp-external/media pp-content/plugins pp-content/themes
  chmod 775 .

After installation:
- Delete or rename /install for security.
- Login to /admin/login

Fix included:
- Root no-config redirect no longer calls pp_base_url(), so the installer can open before pp-config.php exists.
