1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
2003-04-13 12:38:13 +00:00

9 lines
185 B
Plaintext

You might want to add the following lines to your httpd.conf:
LoadModule redurl_module libexec/apache/mod_url.so
AddModule mod_url.c
<IfModule mod_url.c>
CheckURL On
</IfModule>