Options +FollowSymLinks
php_flag display_errors on
RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\.domain.ltd$ [NC]
RewriteRule ^(.*)$ https://domain.ltd/$1 [R=301,L]
RewriteCond %{REQUEST_URI} /videos.php?t=t
RewriteRule ^(.*)$ https://domain.ltd/videos/ [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* loader.php [L,QSA]