soaivu / clipbucket

Automatically exported from code.google.com/p/clipbucket
0 stars 0 forks source link

clipbucket seo url problem #410

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Than go to root directory of your clipbucket site and open watch_video.php find 
the code : 
$server_link = $_SERVER['REQUEST_URI'];

and replace it with code :
$server_link = urldecode($_SERVER['REQUEST_URI']);

EX:

learnar.com/watch_video.php?v=AMAYN3B33S1M
----------
http://learnar.com/It%C3%A1lia-vs-Brasil-Italy-vs-Brazil-2-4-All-Goals-amp-Highl
ights-22062013-HD_v5321

Original issue reported on code.google.com by ily...@gmail.com on 23 Jun 2013 at 12:06

GoogleCodeExporter commented 8 years ago

Original comment by fawaz...@gmail.com on 20 Aug 2013 at 7:17

GoogleCodeExporter commented 8 years ago
Excelente dica me ajudou muito! 

Original comment by gdinizca...@gmail.com on 24 Jul 2014 at 6:41

GoogleCodeExporter commented 8 years ago
Perfect ! Thank you !

Original comment by steam...@free.fr on 26 Oct 2014 at 1:20