added docker compose

This commit is contained in:
emmymayo
2025-02-10 03:04:50 +01:00
parent d07588beed
commit 463a238503
15 changed files with 262 additions and 267 deletions
+9
View File
@@ -0,0 +1,9 @@
RewriteEngine On
RewriteBase /
# If the requested file or directory exists, serve it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Otherwise, route all requests to index.php
RewriteRule ^(.*)$ index.php [QSA,L]