Options -Indexes
RewriteEngine On

RewriteRule ^video/([^/]+)/?$ video.php?v=$1 [L,QSA]
RewriteRule ^category/([^/]+)/?$ category.php?cat=$1 [L,QSA]
RewriteRule ^channel/([^/]+)/?$ channel.php?channel=$1 [L,QSA]
RewriteRule ^sitemap\.xml$ sitemap.php [L]
RewriteRule ^robots\.txt$ robots.php [L]
