video klosorunde bulunan wp icin

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /video/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /video/index.php [L]
</IfModule>