79091186

Date: 2024-10-15 18:01:52
Score: 0.5
Natty:
Report link

Not sure if this will help anyone. I'm dealing with an alias domain with Laravel Forge. I tried the redirect('http://aliasdomain.com', 301) and got a server error. I had to use the redirect()->to('http://aliasdomain.com', 301)->send() to get this to work.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: cbloss793