Visual drag-and-drop website builder using GrapesJS with: - Multi-page editor with live preview - File-based asset storage via PHP API (no localStorage base64) - Template library, Docker support, and Playwright test suite Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
144 B
ApacheConf
6 lines
144 B
ApacheConf
RewriteEngine On
|
|
|
|
# Route /api/* requests to the PHP API handler
|
|
RewriteCond %{REQUEST_URI} ^/api/
|
|
RewriteRule ^api/(.*)$ api/index.php [L,QSA]
|