Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Youtube embedded video unavailable error

$
0
0
A little tip, if you get youtube "video unavailable" error for some of youtube embedded videos.
Check your /.htaccess file for these lines and remove or comment if any:
#Header set X-Frame-Options "SAMEORIGIN"
#Header set Referrer-Policy "same-origin"

For example, I had error for this video, while others used to work fine,
but after removing "same-origin" line from .htaccess file, it started to work OK.

Viewing all articles
Browse latest Browse all 690

Trending Articles