diff --git a/docker-entry.sh b/docker-entry.sh index 585cc9d..e93b44c 100755 --- a/docker-entry.sh +++ b/docker-entry.sh @@ -3,8 +3,7 @@ # Add htaccess configuration cat >> /var/www/html/.htaccess < -ProxyPass /sites/ http://localhost/index.php/apps/cms_pico/pico/ -ProxyPassReverse /sites/ http://localhost/index.php/apps/cms_pico/pico/ +RewriteRule ^sites/(.*) http://127.0.0.1/index.php/apps/cms_pico/pico/$1 [P] MARK