Changes between Version 4 and Version 5 of faq/domain/redirect-web-users
- Timestamp:
- Feb 1, 2020, 12:11:53 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/domain/redirect-web-users
v4 v5 32 32 Whether or not you are using Drupal, you can always create an Apache redirect. A redirect tells your site that when a person clicks on a specific old link, to go to a certain page on your new site. Information and ways to configure redirects are VAST and VARIED. There are two basic ones that this wiki covers the very basics of: Redirect, and RedirectMatch. 33 33 34 First, you will place the code for your redirect in the 'Web configuration' section of your [https://members.mayfirst.org/cp Members control panel]. The code for a redirect goes after the end of the close of the directory tag (</Directory>).34 First, you will place the code for your redirect in the 'Web configuration' section of your [https://members.mayfirst.org/cp Members control panel]. Click the 'Show Advanced Settings' botton. The code for a redirect goes in the field 'Settings'. 35 35 36 36 A simple Redirect tells your site that, for a specific page, to go to another specific page. The basic redirect looks like this: