# WordPress Site
About this project
A self-hosted WordPress instance running alongside this portfolio. It showcases theme customization, plugin configuration, and content management workflows — all served from the same host as the rest of the site.
Visit the WordPress site →How it's set up
WordPress is mounted at /wp/ as a subpath of this domain, so you can reach it at yasi.ilam.in/wp/. Apache serves both the static portfolio and WordPress from a single virtual host: the portfolio at the root, and WordPress aliased to /wp/ with full mod_rewrite support for pretty permalinks.
Stack
MariaDB 10.6 backs the database, PHP 8.1 runs as an Apache module, and the whole stack is supervised so it survives container restarts. The configuration trusts X-Forwarded-Proto and X-Forwarded-Host headers, so it integrates cleanly with any TLS-terminating proxy in front.