RewriteEngine On
#Make sure RewriteBase points to the directory where you installed WatchAMovie/WovieRedux.
#Remove the # from #RewriteBase if you installed WatchAMovie/WovieRedux in a subfolder.
#Example: RewriteBase /wovie if your installation is in a folder named wovie.
#RewriteBase /
RewriteRule ^/?serie/(.*)$ /show/$1 [L,R=301]
#RewriteCond %{HTTPS} on
#RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L,QSA]