L3xD
1
HI,
I am trying to set my installation to only access the hostname for LSE. I am following this article:
However I can’t seem to make it work. When I input the suggested RewiteRule I get an error: “Too many redirects”
Here is the suggested rule:
RewriteEngine On
REWRITERULE ^(.*)$ HTTP://cyberpanel/$1 [P]
Do I need to modify it somehow to make it work for LSE?
L3xD
2
I’ve figured it out. The correct rule should be:
RewriteEngine On
REWRITERULE ^(.*)$ HTTP://cyberpanel/$1 [P]