You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to redirect all non-www urls to www. I have issues with configuring the plugin in gatsby-config to acheive that. At the moment I cannot succeed in doing it, whenever I go to mydomain.com, I get a "Server not found" error and no redirection.
What I would put in the .htaccess would be the following code (it also redirects from http to https):
I would like to redirect all non-www urls to www. I have issues with configuring the plugin in gatsby-config to acheive that. At the moment I cannot succeed in doing it, whenever I go to mydomain.com, I get a "Server not found" error and no redirection.
What I would put in the .htaccess would be the following code (it also redirects from http to https):
Is it supposed to be done only with setting the
www
option to true?I have also tries with adding the redirect, but I still have no result:
What would be the correct way to configure this?
The text was updated successfully, but these errors were encountered: