We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I go to https://www.decidim.barcelona/processes/metadecidim I get a redirection to https://decidim.barcelona/
This is important because we have a lot of documents (like PDFs that we can't change, it isn't on our control).
It should redirect to https://decidim.barcelona/processes/metadecidim
The text was updated successfully, but these errors were encountered:
@andreslucena , I had the same problem what I have done to work with both www and normal host is the following:
Edit the Nginx config file sudo nano /etc/nginx/sites-enabled/decidim.conf
sudo nano /etc/nginx/sites-enabled/decidim.conf
in the first line for server name, make sure you have both domain names as following server_name www.example.com example.com;
restart nginx : service nginx restart
service nginx restart
Sorry, something went wrong.
No branches or pull requests
🎩 User Story
When I go to https://www.decidim.barcelona/processes/metadecidim I get a redirection to https://decidim.barcelona/
This is important because we have a lot of documents (like PDFs that we can't change, it isn't on our control).
🎯 Acceptance criteria
It should redirect to https://decidim.barcelona/processes/metadecidim
The text was updated successfully, but these errors were encountered: