Video Streaming Android App (TV Shows, Movies, Sports, Videos Streaming, Live TV)

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
ok can you also add force https on this htaccess too
Add this code in .htaccess for removing public as well as force HTTPS.

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
 
  • Love
Reactions: rodydrat

amankumar77

Member
Jan 1, 2021
2
-5
8
I get this warning when I open the app. Can anyone help me in solving this ???
 

Attachments

  • Screenshot_2021-05-25-00-04-51-547_com.example.dramaworld.jpg
    Screenshot_2021-05-25-00-04-51-547_com.example.dramaworld.jpg
    191.5 KB · Views: 15

Forum statistics

Threads
69,229
Messages
908,458
Members
237,126
Latest member
skzh6210

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu