how to redirect www to without www domain?? #175
Unanswered
linuxesabz
asked this question in
Q&A
Replies: 1 comment
-
|
Just write one lua rule as follow, and use it for www.example.com: if waf.host == "www.example.com" then |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have domain www.example.com and want redirect to example.com
how to do it?
Beta Was this translation helpful? Give feedback.
All reactions