Suddenly having trouble access video
-
I started having problems with users not being able to view most of the videos that I’ve uploaded & linked to in Posts a couple of weeks ago. I haven’t posted sooner due to the fact that I couldn’t remember my ID on this site.
Essentially, when I try to navigate to the video’s URL directly, I’m getting server 500 errors.
I’m using the Viper’s Video Quicktags v6.3.0 plugin. This was all working fine until a few weeks ago. That is, you could click on any video & it would play. Unfortunately, I can’t pin it down to a particular date, or I’d be able to decide on an event that was the cause.
The techs at my host, Fat Cow, don’t see anything wrong with the .htaccess file. That doesn’t assure me that there’s nothing wrong with it, though.
I have gone through & changed the File Permission settings for all files in the wp_content/blogs.dir folder & it’s descendants to 755. Still no joy.
There are about 3 files that do play on the first page (I haven’t tried any other pages) out of about 20 listed. The rest don’t. This tells me that the player almost certainly isn’t the problem.
Just to be thorough, here’s the .htaccess in the root of the web site. Note that Wordpres MU is installed in the /worship folder:
Redirect /index.html https://churchonhigherground.org/worship
And here’s the .htacess file in the /worship folder:
RewriteEngine On RewriteBase /worship/ #uploaded files RewriteRule ^(.*/)?files/$ index.php [L] RewriteCond %{REQUEST_URI} !.*wp-content/plugins.* RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteCond %{REQUEST_URI} ^.*/wp-admin$ RewriteRule ^(.+)$ $1/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule . - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] <IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule>
The URL to the page with all the videos is https://churchonhigherground.org/worship/sermons/. The second video on that page works fine; there are a couple from February, 2010 that work. All the rest don’t.
Can anyone help me figure out what the problem probably is?
- The topic ‘Suddenly having trouble access video’ is closed to new replies.