| 1 | = When I go to my web site I get an error saying my site is mis-configured or not properly setup = |
| 2 | |
| 3 | If you see a page with a message like the following: |
| 4 | |
| 5 | {{{ |
| 6 | You've reached this page because you are trying to access a web site that is disabled or not set up properly. You may want to contact support to fix the problem. |
| 7 | |
| 8 | You may also just be lost. In that case, try mayfirst.org. |
| 9 | }}} |
| 10 | |
| 11 | It means that your domain name is properly configured to point to the May First/People Link servers, however, your web site is not properly configured to recognize that domain name. |
| 12 | |
| 13 | You can fix that problem by: |
| 14 | |
| 15 | * Logging into the [https://members.mayfirst.org/cp Members Control panel] |
| 16 | * Selecting "Web configuration" from the services menu |
| 17 | * Click Edit next to your web configuration |
| 18 | * Add the domain name that is causing this error to the line that starts with: |
| 19 | {{{ |
| 20 | ServerAlias |
| 21 | }}} |
| 22 | |
| 23 | Here's an example of the May First/People Link ServerAlias line (an unusually long line): |
| 24 | |
| 25 | {{{ |
| 26 | ServerAlias www.mayfirst.org may1st.org www.may1st.org may1st.net www.may1st.net may1st.info www.may1st.info mayfirst.info www.mayfirst.info mediajumpstart.org www.mediajumpstart.org www.mediajumpstart.net mediajumpstart.net test.mayfirst.org people-link.net people-link.com people-link.org www.people-link.com www.people-link.net www.people-link.org |
| 27 | }}} |