Skip to content

Microsoft Office Web Apps Server preview office files with wopihost Demo

Notifications You must be signed in to change notification settings

cisiqo/WopiHost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WopiHost

Microsoft Office Web Apps Server preview MS files

install pux

$ composer install

create .htaccess file like this

  RewriteEngine On

  RewriteBase /WopiHost/

  RewriteCond %{REQUEST_FILENAME} !-f  
  RewriteCond %{REQUEST_FILENAME} !-d 

  RewriteRule .* index.php/$0 [PT,L] 

test wopi is correct

http://localhost/WopiHost/files/test.docx

if response a json data, it's ok.

About

Microsoft Office Web Apps Server preview office files with wopihost Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages