<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /v/
RewriteRule ^jav-sub-indo/?$ index.php?id=jav-sub-indo [L]
RewriteRule ^jav-english-subtitle/?$ index.php?id=jav-english-subtitle [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>

<IfModule mod_deflate.c>
  AddOutputFilterByType DEFLATE text/plain text/html text/xml application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript
</IfModule>
