App-Aphra

 view release on metacpan or  search on metacpan

bin/aphra  view on Meta::CPAN

=head2 Special variables in site.yml

There are a few special variables that you can define in your `site.yml` file
which will be used by the program.

=over 4

=item uri, protocol, host, port

These are used to construct the base URL for the site. If you don't define
these, then the program will try to guess them. It will use the value of the
`uri` variable if it is defined. If not, it will use the values of the
`protocol`, `host` and `port` variables. If any of these aren't defined, it
will use the values "https", the result of calling `hostname` and no port
(which is, effectively, port 80) respectively.

=item redirects

This is a list of URLs that should be redirected to other URLs. Each entry in
the list should be a hash containing the keys `from` and `to`. For example:



( run in 0.508 second using v1.01-cache-2.11-cpan-702932259ff )