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 non-www domains to www
11 years ago
sloveniangooner
un-tested
Clone
bash
Copy
# Add this before every nginx configuration you make server { listen 80; server_name domain.com; return 301 $scheme://www.domain.com$request_uri; }
Comments
No comments yet.
Log in
to leave a comment.