Trying to get my website to display players on a server, but it's got something to do with my .htaccess file. I tried googling how to allow connections to outside sources, but I legit have no fucking idea how to fix this lol
here's my current .htaccess file format
my website; https://dreamvalleymc.com/
currently pinging mc.hypixel.net - there should be a number in the obviously empty circle where it says "join online players" bla bla bla
pls help am retardo
thank you
here's my current .htaccess file format
Code:
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
ErrorDocument 404 /404.html
my website; https://dreamvalleymc.com/
currently pinging mc.hypixel.net - there should be a number in the obviously empty circle where it says "join online players" bla bla bla
pls help am retardo
thank you
