Microsoft Office Web Apps Server preview MS files
$ composer install
RewriteEngine On
RewriteBase /WopiHost/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
http://localhost/WopiHost/files/test.docx
if response a json data, it's ok.