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+)&videot itle=(.*)'=>'videos/$2-$1/$4-$3.html'
'video.php?do=viewcategory&categoryid=(d+)&categor ytitle=(.*)&page=(d+)'=>'video s/$2-$1/$3/'
'video.php?do=viewcategory&categoryid=(d+)&categor ytitle=(.*)'=>'videos/$2-$1/'
'video.php'=>'videos/'
|