SkillAgentSearch skills...

WopiHost

Microsoft Office Web Apps Server preview office files with wopihost Demo

Install / Use

/learn @cisiqo/WopiHost
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars32
CategoryDevelopment
Updated3y ago
Forks9

Languages

PHP

Security Score

60/100

Audited on Aug 21, 2022

No findings