Hey,
I'm trying to host a shopware site with caddy.
Now here comes the problem: shopware is using a very extensive .htaccess file to run.
Now my knowledge in .htaccess files is limited so im not able to translate everything, especially not the rewrite rules, into caddyfile directives so I hoped you could help me out.
See the .htaccess file as attachment.
Hello @PhilmacFLy,
this is not an issue! -- Please go to https://gitter.im/caddyserver/support for support
Mea culpa. I didnt know that this exists. Thank you very much.
For documentation purposes:
example.org {
fastcgi / 127.0.0.1:9002 php
rewrite / {
to /maintenance.html {path} {path}/ /shopware.php
}
}
This does the trick with our shopware installation
Most helpful comment
For documentation purposes:
This does the trick with our shopware installation