11 lines
213 B
ApacheConf
11 lines
213 B
ApacheConf
|
|
||
|
#RewriteEngine On
|
||
|
#RewriteBase /actions/
|
||
|
#RewriteRule ^reportbug$ reportbug.php
|
||
|
|
||
|
|
||
|
# Redirect bug reports to a server that allows sending mail
|
||
|
|
||
|
Redirect 307 /actions/reportbug http://sampo.kapsi.fi/reportbug.php
|
||
|
|