Questions tagged [html5]
35 questions
1
vote
1 answer
Apache 2.4 HHVM 3.1 Static content serving
I have set up apache 2.4 with HHVM 3.1.0 (nightly) on ubuntu 13.10
For some reason the server serves the hhvm files (.php) correctly, but when I try to load a .html/.css or any other static file it initiates a download instead of showing
I asked…

Marc Went
- 41
- 1
- 4
1
vote
1 answer
HTML Redirect issue with Apache2
I am facing an issue with the ProxyPass on my Apache server on Ubuntu. I have configured Apache to deal with Virtual Hosts on my server. There is an application with runs on the server and uses ports 8001 8002. I need to do something like…

Vijit Jain
- 86
- 3
- 15
0
votes
1 answer
HTML5 wont process/parse as PHP7/PHP
So i had to reconfigure my linux server because i migrated it to another system and decided to set it up from scratch just for fun and practice. Only issue is that now my LAMP is running with PHP7 instead of PHP5 like i had last time. The issue im…

xR34P3Rx
- 197
- 1
- 3
- 15
0
votes
1 answer
Send pageview in Piwik
Sorry for this very basic question but I can't figure it out.
On my website I'm moving from Google Analytics to Piwik. I got Piwik working however, I can't trigger a pageview.
The main problem is that a page is loaded by javascript and ultimately…

Jeroen De Meerleer
- 203
- 3
- 12
0
votes
0 answers
IIS failing to serve MP4 other than to a desktop browser
I'm using the HTML5 video tag as follows:
I've got an IIS mime-type for .mp4 set up as video/mpeg,…

R4D4
- 189
- 6
0
votes
0 answers
HTML5 media loading sometimes suspends or aborts: misconfigured Apache?
Recently, some code that has been working fine for months started to run unexpectedly. That code is just a media files loading JavaScript function, that uses jQuery. It's pretty long, but in essence it is like this:
var…

Joan Botella
- 101
- 2
0
votes
0 answers
apache configuration to make IE play m4a files
I have an apache configuration problem that I hope someone will shed some light on, i have a test page with html5 audio tag pointing to an m4a file on my server, all browsers except for IE are able to play this file although in the mimetypes,…
0
votes
1 answer
Redirect all request to index.html but allow redirect from index.html to other page
How can I redirect all unknown request to index.html and allow access (redirect) from index.html to other page within same directory.
In my index.html I have submit button , when I click on that It will call perl script , then depends on response…

pervez
- 1
- 2
0
votes
1 answer
webm html5 videos lose connection with apache server
webm html5 videos that are played through a domain on my server sometimes lose connection. A video that is playing will start to buffer and then stop part of way through with that message "Video playback aborted due to a network error." displayed on…

Jizbo Jonez
- 117
- 1
- 10
0
votes
3 answers
ffmpeg fully html 5 converion supported
I need to know about library that required for ffmpeg for convert any format of audio and video for supported following format to have best configuration to convert audio and video files for html5 formats.
I need for support mp3 and ogg for audio…

Mohammad Hossein Fattahizadeh
- 471
- 1
- 9
- 27
0
votes
2 answers
Why doesn't my server render my website properly?
I want to know what could be wrong with my server?
I have uploaded the exact same website files to both a public and private server and it doesn't display the same way on both of them.
The files have been uploaded onto a public web host and it…

Emran
- 1
0
votes
1 answer
0
votes
1 answer
WebSockets setup questions
I'm running a Windows 2008 server, and I need some help setting up whatever I need to set up on the server side.
I've been googling like mad, but with my luck, I just cant find a windows compatible server solution for setting up a WebSocket server…

Georges Oates Larsen
- 101
- 2
0
votes
0 answers
Way to implement ramdom DIR in php
is there a way for redirect a user to a Ramdom Directory and that ramdom directory always go to a same page?
Example:
user 1 reach my site so he is redirected to https://mysite/abcdef/index.php
user 2 reach my site so he is redirected to…

Diego
- 1
- 2
0
votes
0 answers
PHP way to show a page depending of user PC or mobile?
i have 2 versions of a page, PC and mobile, how do a show one or other depending on User Agent?
I know that using INCLUDE but i'm a little confused so maybe a example can help me.
TY

Diego
- 1
- 2