Options -Indexes
RewriteEngine On
RewriteRule ^(live|movie|series|timeshift)/(.+)$ $1.php?path=$2 [QSA,L]

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([A-Za-z0-9_-]+)\.php$ index.php?login_slug=$1 [L,QSA]
