New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

Re: No playback with htaccess redirect to subdirectory

  • Administrator
  • Administrator's Avatar Topic Author
  • Offline
  • Administrator
  • Administrator
  • Posts: 2478
  • Thank you received: 1451

Re: No playback with htaccess redirect to subdirectory was created by Administrator

It seems the player is not able to load the configuration file.

- Open {root}/components/com_allvideoshare/models/player.php

- Search for
$flashvars = 'base='.JURI::root().'&vid=' . $video->id . '&pid=' . $playerid;
- Replace it as
$subdir = 'images/';
$flashvars = 'base='.JURI::root() . $subdir .'&vid=' . $video->id . '&pid=' . $playerid;
- Let me know if this solved your issue
Last edit: 10 years 3 weeks ago by Administrator.
10 years 3 weeks ago #6815

Please Log in or Create an account to join the conversation.

Time to create page: 0.210 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies