Allow host configuration, so we can perform non-www to www redirects
See original GitHub issueI was looking at this module initially to see if this can be used to redirect non-www
traffic to www
traffic. Since the redirects are based on URL’s I had to look for alternatives, but if there was a way to do this using this module, that would be great.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
How to Redirect Non-www to www URLs - Hostinger
The easiest way of redirecting a non-www URL to www is to place a rule in the .htaccess file. You can do so...
Read more >How To Redirect www to Non-www with Apache on Ubuntu ...
This tutorial will show you how to redirect a www URL to non-www, e.g. www.example.com to example.com , with Apache on Ubuntu 14.04....
Read more >apache redirect from non www to www - Stack Overflow
Using the rewrite engine is a pretty heavyweight way to solve this problem. Here is a simpler solution: <VirtualHost *:80> ServerName example.com Redirect ......
Read more >How to redirect non-www URLs to www? - SiteGround KB
To redirect your website from non-www to www, add the following lines in your website's .htaccess file: Replace yourdomain.com with your actual domain...
Read more >How to Redirect www to non-www in Apache htaccess - Ubiq BI
Here are the steps to redirect www to non-www in Apache htaccess file. Please ensure that you have enabled mod_rewrite in your Apache...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Use https://github.com/nuxt-community/redirect-ssl for example
I’ve marked it as feature request but I think a dedicated package/module/middleware would be better suited 🤔