WebSite X5Help Center

 
X5 Croatia
X5 Croatia
User

Webm video in row  en

Автор: X5 Croatia
Просмотрено 509, Подписчики 1, Размещенный 0  

Its uselles to have a .htacess change to play video files in the row when X5 upload always your .htacess generated code. So webm file is unable to play in the row every time that you edit a website... Funny thing in your vision of development...

WebSite X5 Help Center  - Webm or ogg files are not rendered correctly on fireFox

Размещено
3 Ответы - 2 Полезно
Aleksej H.
Aleksej H.
Moderator

Hello. There are several lines in the ".htaccess" file:


# WebSite X5 - Start Code [do not edit]

<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
</IfModule>

# WebSite X5 - End Code

Add whatever you need after "# WebSite X5 - End Code". For example:

# WebSite X5 - Start Code [do not edit]

<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
</IfModule>

# WebSite X5 - End Code

AddType audio/ogg oga ogg
AddType video/ogg ogv

AddType video/webm webm

Do nothing between "# WebSite X5 - Start Code [do not edit]" and "# WebSite X5 - End Code".

Читать больше
Размещено От Aleksej H.
X5 Croatia
X5 Croatia
User
Автор

I have my own .htacess code. So frustrating that every upload i must change it...

Читать больше
Размещено От X5 Croatia
Aleksej H.
Aleksej H.
Moderator
  1. Let the program create the ".htaccess" file.
  2. Open it.
  3. Do nothing between "# WebSite X5 - Start Code [do not edit]" and "# WebSite X5 - End Code".
  4. Just add your code under "# WebSite X5 - End Code".

This should save your code after you update the site.

Читать больше
Размещено От Aleksej H.