• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] 404 on video embed

Started by webmaker,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

webmakerTopic starter

I am getting a 404 on video embedding.
I have tried all the different players with no success.
My installation is located in a folder not a sub domain.
I tried in the htaccess
/myinstall/
and
/myinstall

neither of these made a difference.  I did notice that you have code for embed in the htaccess.  I am wondering if I need to change that somehow
  •  

PHPVibe A.

What type of 404? Server or script one?

webmakerTopic starter

  •  

PHPVibe A.

Ok, that's an server 404.

Try playing with
RewriteRule ^embed/([^/]*)/$ /embed.php?id=$1 [L]


see which one works for you.

RewriteRule ^pause/embed/([^/]*)/$ pause/embed.php?id=$1 [L]


and so on.

webmakerTopic starter

I got it!
Here is the code that worked for folder installation embed code.

RewriteRule ^embed/([^/]*)/$ embed.php?id=$1 [L]
  •  

PHPVibe A.


nithushan8

i dont have any server issue ,but my embed player only working when i upload video then clear cache after embed player working other time 404 error showing, how to fix it
  •  

Marius P.

Quote from: nithushan8 on
i dont have any server issue ,but my embed player only working when i upload video then clear cache after embed player working other time 404 error showing, how to fix it

Paste your error log here. Do you have mod_Security enabled? If so, disable it.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)