9e31c48d92
fix: remove .htaccess causing redirect loops in Apache
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 20:48:38 +00:00
fe2d2d2213
fix: add PassengerEnabled on for Apache routing
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 20:21:15 +00:00
e93bdbf879
revert: remove .htaccess causing 500 errors
...
PassengerAppRoot and other directives are not allowed in .htaccess context.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 20:20:06 +00:00
5ff127fc97
fix: add .htaccess for Apache/Passenger routing on Plesk
...
All non-root routes were returning Apache 500 because Passenger
was not handling them. This .htaccess enables Passenger for all
requests through Apache on Hetzner 2.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 20:19:21 +00:00
ab1e2d7094
feat: bootstrap porwoll.de with @c2s/payload-contracts
...
- Next.js 16 + Tailwind CSS 4 project setup
- Add @c2s/payload-contracts for shared API client (tenant: porwoll, ID: 1)
- Create src/lib/cms.ts and src/lib/api.ts with CMS integration
- Create block renderer with 15 placeholder blocks
- Create dynamic [slug] page routing with CMS pages
- Layout with CMS site settings integration
- transpilePackages configured for TypeScript source imports
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 00:56:27 +00:00