We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb04472 commit bd68eabCopy full SHA for bd68eab
flask-app/instance/conf/mtw-dist.ini
@@ -15,8 +15,11 @@
15
SERVER_NAME = 127.0.0.1
16
17
### You MUST copy the content of the static dir
18
-## into Apache htdocs root or the equivalent
19
-## and rename it to: assets-mtw
+### into Apache htdocs root or the equivalent
+### and rename it to: assets-mtw
20
+## Add to Apache config:
21
+## RewriteEngine on
22
+## RewriteRule ^/<prefix>/assets-mtw/(.*) /assets-mtw/$1
23
24
### ! Always set ! ###
25
TARGET_YEAR = 2024
0 commit comments