Laravel Community Tools by
Tighten
Laravel Versions
PHP Releases
Nova Packages
Laravel Tricks
Forge Recipes
Forge Recipes
Staff Picks
All Recipes
Login
Staff Picks
All Recipes
Login
Back to Recipes
Redirect www to non-www
9 years ago
codewire
un-tested
Clone
bash
Copy
# Add this before every nginx configuration you make server { server_name www.example.com; return 301 $scheme://example.com$request_uri; }
Comments
No comments yet.
Log in
to leave a comment.