Here’s what I added to the .htaccess and now it works !
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
It is not working , either with the url or the embed code. That’s what i don’t get. And it only happens with people out of France and only we want to post videos ..
No im not admin. And all the people in France can put some embed code, admin or not..