Open mcascone opened 4 years ago
On my Linux environments, I get a 301: moved permanently error when running the linter.
301: moved permanently
<html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.6.3</center> </body> </html>
What could cause this? I have all the same settings as windows servers that work correctly.
Have you checked if your Url settings in extensions are using the correct http:// or https:// this caught me out and gives a 301: moved permanently.
On my Linux environments, I get a
301: moved permanently
error when running the linter.What could cause this? I have all the same settings as windows servers that work correctly.