Changes between Version 4 and Version 5 of faq/domain/redirect-web-users


Ignore:
Timestamp:
Feb 1, 2020, 12:11:53 AM (6 years ago)
Author:
Enrique Rosas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/domain/redirect-web-users

    v4 v5  
    3232Whether 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.
    3333
    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>).
     34First, 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'.
    3535
    3636A simple Redirect tells your site that, for a specific page, to go to another specific page. The basic redirect looks like this: