plan2net / webp

Create a WebP copy for images (TYPO3 CMS)
GNU General Public License v3.0
60 stars 33 forks source link

use more generic ReWriteRule #54

Closed xerc closed 2 years ago

xerc commented 3 years ago

btw/ this is within typo3 @ https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/root-htaccess#L205

<IfModule mod_mime.c>
  AddType image/webp .webp
</IfModule>
xerc commented 3 years ago

btw/ Header append does not seem necessary & for the (may) missing AddType image/webp .webp use [T=image/webp,L]

wazum commented 2 years ago

Incorporated your ideas, thanks.