We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508009e commit 73fad1bCopy full SHA for 73fad1b
bin/entrypoint.sh
@@ -118,11 +118,11 @@ if [ -n "${APP_PATH}" ]; then
118
popd
119
fi
120
121
- ## Adapt the .htaccess file
+ ## Modify the .htaccess file
122
sed \
123
- -i /var/www/"${APP_PATH}"/.htaccess \
124
- -e "s:\(RewriteCond .*\)/Web/:\1\.\*/Web/:" \
125
- -e "s:\(RewriteRule .*\) /Web/:\1 /${APP_PATH}/Web/:"
+ -i /var/www/html/.htaccess \
+ -e "s:\(RewriteCond .*\)/Web:\1/${APP_PATH}/Web:" \
+ -e "s:\(RewriteRule .*\)/Web:\1/${APP_PATH}/Web:"
126
127
128
# Send log files to /dev/stdout as background jobs
0 commit comments