Quote:
Originally Posted by BiZiMDiYaR
Hi,
In my admincp I get below item. I have been trying to add this to the vbseo settings, but this doesn't go away... even if I add it. Any idea on how to solve this.. ? I added the code in: Custom Rewrite Rules in the vbseo...
Thanks.
Obviously you have installed vBSEO, but the video-directory isn't integrated in vBSEO yet.
To rewrite the links of the video-directory, add in your vBSEO-control center in "user definded rewrite rules" what follows:
'video.php?do=viewdetails&categoryid=(d+)&category title=(.*)&videoid=(d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'video.php?do=viewcategory&categoryid=(d+)&categor ytitle=(.*)&page=(d+)'=>'videos/$2-$1/$3/'
'video.php?do=viewcategory&categoryid=(d+)&categor ytitle=(.*)'=>'videos/$2-$1/'
'video.php'=>'videos/'
|
Hi,
I have this text as above, after I installed the Video directory, so that everything is clear.. :-) Is this the correct way to integrate this with vbseo or the code is wrong, or I am adding this to the wrong area ??
Please advise and thanks.