You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/mhktube.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/mhktube.com/privkey.pem
RewriteEngine On
RewriteRule ^/(.*) https://10.10.10.100:443/$1 [P,L] # Remove the extra space before the "/"
I have absolutely no idea what I am doing but I am digging in and giving it a go. Spent close to 40 hrs with Gemini and Chat GPT that ended with a blown up Apache2 lol
@DanielnetoDotCom
can you help me with this? I have been trying to get this to work all day but can not seem to find the correct combination.
VirtualHost *:81>
ServerName encoder.mhktube.com
ServerAlias www.encoder.mhktube.com
RewriteCond %{SERVER_NAME} =encoder.mhktube.com [OR]
RewriteCond %{SERVER_NAME} =www.encoder.mhktube.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
<VirtualHost *:8443>
ServerName encoder.mhktube.com
ServerAlias www.encoder.mhktube.com
I get the 443 forbidden
https://encoder.mhktube.com
The text was updated successfully, but these errors were encountered: