Redirect all non-www traffic to www with Nuxt App Hosted on Google App Engine

时间:2019-04-17 01:46:09

标签: .htaccess google-app-engine vue.js nuxt.js app.yaml

I just published a Nuxt App on Google App Engine and I'm trying to redirect all traffic to the www version of the site.

For example, send example.com or example.com/about to www.example.com and www.example.com/about respectively.

I also have a separate website hosted on blog.example.com.

How would I implement redirects to the www. version of the site for the main site?

0 个答案:

没有答案