Below are my rewrite rules. If I delete 1 or 2 of them the comments seem to work. But there are still a few problems. I cannot seem to delete the comments. Sometimes it lets me and other times it doesnt. It does seem to be a problem with the rewrite rules. Anyone know how to adjust these rules to be able to post comments and delete them?
HTML Code:
//Video-Directory
'^video\.php\?do=viewrecent'=>'videos/recent-videos.html'
'^video\.php\?do=viewtag&tag=(.*)'=>'tags/$1/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&sort=dateline&order=DESC&page=(\d+)'=>'videos/$2-$1/page-$3/'
'^video\.php\?do=viewdetails&categoryid=(\d+)&categorytitle=(.*)&videoid=(\d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&page=(\d+)'=>'technique/$2-$1/$3/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'^video\.php'=>'videos/'