Forums
(@nsorosac)
3 years, 4 months ago
Hi @justingreerbbi!
I had to add this rewrite rule in the NGINX virtualhost definition:
server { # ... rewrite ^/.well-known/([^/]+)(.*)$ /index.php?well-known=$1 last; # ... }
9 years, 9 months ago
+1
This is an important feature for us, too ??
@em+WPML any idea when this could get to work?
9 years, 11 months ago
Same problem here ??
@ithemes > This is still not fixed on the current version, do you need more info about this bug?
10 years, 10 months ago
@whaus & @akirk : I merged your patches in a github repository. Feel free to contribute!
The patched plugin can be downloaded here: https://github.com/nsorosac/qtranslate/archive/2.5.39.zip
Simply replace your plugin with this one (or only the PHP files if you want because they are the only files that were modified).