| 1 |
/* $Id$ */
|
| 2 |
|
| 3 |
INSTALLATION INSTRUCTIONS FOR http_redirect
|
| 4 |
|
| 5 |
(1) Download the tarball to your 'modules' directory
|
| 6 |
|
| 7 |
(2) Extract the tarball with
|
| 8 |
|
| 9 |
"tar -xvzf http_redirect-4.x.y.tar.gz"
|
| 10 |
|
| 11 |
where the 'x' and 'y' should be the digits that
|
| 12 |
are in the exact name of the tarball you've downloaded.
|
| 13 |
|
| 14 |
(3) There is a file called http_redirect.mysql. You need to
|
| 15 |
feed this to your mysql:
|
| 16 |
|
| 17 |
ON THE COMMAND-LINE
|
| 18 |
mysql -u user -p password < http_redirect.mysql
|
| 19 |
|
| 20 |
(4) Once you have done this, log in to your Drupal
|
| 21 |
site as someone with permission to enable modules
|
| 22 |
and enable http_redirect.
|
| 23 |
|
| 24 |
Go to admin/access and turn on rights for anonymous
|
| 25 |
and authenticated users to be redirected.
|
| 26 |
|
| 27 |
Then navigate to admin/http_redirect and setup the
|
| 28 |
redirects.
|