I am new to the forum. I am building a video share website and having some trouble with the Rewrite rules in the .htaccess file.
This link:
<a href="{seourl rewrite="video/`$answers[i].VID`" url="view_video.php?viewkey=`$answers[i].vkey`&page=`$page`&viewtype=`$viewtype`&category= $catgy" clean=$answers[i].title}">
is passing the vars to this RewriteRule
RewriteRule ^video/([0-9]+)/?(.*) view_video.php?vid=$1&%{QUERY_STRING} [L]
but its not loading the page correctly:
http://www.mykidzastar.com/video/44/Them-ONeal-Boys
It not finding the video or image folder. Any ideas?
