Basically, your Apache file is too much for WordPress.
This should do the trick on H2O:
hosts: "www.example.com": listen: port: 80 paths: "/": file.dir: /path/to/doc-root # serve static files if found redirect: # if not found, internally redirect to /index.php/<path> url: /index.php/ internal: YES status: 307 file.custom-handler:
Hope this helps ...
Codeforest
source share