# CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

## Environment

This is a cPanel-hosted web server directory (`/home/ochirsrgroup/public_html`) running on Apache with PHP 8.2 (`ea-php82`).

- **Web root:** `/home/ochirsrgroup/public_html`
- **PHP version:** 8.2 (ea-php82)
- **PHP error log:** `/home/ochirsrgroup/logs/php.error.log`
- **Server:** Apache with LiteSpeed API (lsapi_module) support

## Configuration Files

- `.htaccess` — Apache config; sets PHP 8.2 as the handler and enables error logging. The cPanel-generated sections must not be edited manually.
- `.user.ini` — PHP ini overrides; managed via cPanel MultiPHP INI Editor. Do not edit manually.

## File Ownership

When creating new files or directories under this web root, set ownership to `ochirsrgroup:ochirsrgroup`:

```bash
chown -R ochirsrgroup:ochirsrgroup <path>
```
