Redirecting a website URL to a Google doc
April 26, 2014 10:34 AM
Our organization uses a Google form to sign up new members. I want to set up our website so that www.OurURL.org/join redirects to that Google doc.
Is this possible? What is this functionality called? How do you go about setting it up?
Check out this page for embedding info. Just copy / paste the code to your join.htm page. Read all the comments because there is some important info about permission settings so everyone can view the form.
posted by davidvanb at 10:42 AM on April 26, 2014
posted by davidvanb at 10:42 AM on April 26, 2014
What kind of webserver do you have (you would get this from whomever hosts or administers your website). Possible answers include Apache, nginx, Microsoft Internet Information Server (IIS).
A server side redirect is most appropriate for this task, but it's accomplished in different ways depending on the server.
posted by artlung at 5:31 PM on April 26, 2014
A server side redirect is most appropriate for this task, but it's accomplished in different ways depending on the server.
posted by artlung at 5:31 PM on April 26, 2014
« Older Help me fill out my Chicago itinerary for next... | Tell me who can fix my body and teach me how to... Newer »
This thread is closed to new comments.
posted by supercres at 10:37 AM on April 26, 2014