Summary | wrong doc |
Queue | Forwards |
Queue Version | 3.0-RC1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | fabio.ped (at) libero (dot) it |
Created | 03/22/2006 (7151 days ago) |
Due | |
Updated | 03/22/2006 (7151 days ago) |
Assigned | |
Resolved | 03/22/2006 (7151 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ wrong doc
Queue ⇒ Forwards
there aren't any *.php.dist files in config/
To configure Forwards, change to the ``config/`` directory of the installed
distribution, and make copies of all of the configuration ``dist`` files
without the ``dist`` suffix::
cd config/
for foo in *.dist; do cp $foo `basename $foo .dist`; done
Or on Windows::
copy *.dist *.
Documentation on the format and purpose of those files can be found in each
file. You may edit these files if you wish to customize Forwards's
appearance and behavior.