We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a5578 commit 2fbf7a1Copy full SHA for 2fbf7a1
compose.yaml
@@ -34,6 +34,7 @@ services:
34
- .:/var/www/
35
- ./docker/apache/apache.conf:/etc/apache2/sites-enabled/000-default.conf
36
- ./docker/apache/php.ini:/usr/local/etc/php/conf.d/php.custom.ini
37
+ - ./docker/apache/.htaccess:/var/www/public/.htaccess
38
ports:
39
- 8000:80
40
depends_on:
public/.htaccess renamed to docker/apache/.htaccess
@@ -1,3 +1,7 @@
1
+#
2
+# EDIT ME IN `/docker/apache/.htaccess` ONLY
3
4
+
5
<IfModule mod_rewrite.c>
6
RewriteEngine On
7
0 commit comments