freebsd-ports/korean/mod_url/pkg-message

9 lines
185 B
Text
Raw Normal View History

2003-04-13 14:38:13 +02:00
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>