Wovie: Redux 5.1.11

No permission to download
matthew
Lv.9
Bronze Member
Iron Member
Joined
Aug 30, 2021
Messages
894
Reaction score
2,191
Credits
$316
matthew submitted a new resource:

Wovie: Redux - All in one Movie and TV Show streaming script, originally created by a member of Codester taken over


Read more about this resource...
 
Last edited by a moderator:
Tested:
Please modify the. htaccess file for some hosting
Code:
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]