Skip to content

Instantly share code, notes, and snippets.

@sinaparse40
sinaparse40 / .htaccess
Last active May 1, 2020 18:42
دانلود زیرنویس فارسی همانند سابسین
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php [L]