2009-08-14 21:35:21 +00:00
|
|
|
|
|
|
|
#RewriteEngine On
|
|
|
|
#RewriteBase /actions/
|
|
|
|
#RewriteRule ^reportbug$ reportbug.php
|
|
|
|
|
|
|
|
|
|
|
|
# Redirect bug reports to a server that allows sending mail
|
|
|
|
|
2009-08-27 14:44:33 +00:00
|
|
|
Redirect 307 /actions/reportbug http://sampo.kapsi.fi/openrocket/reportbug.php
|
2009-08-14 21:35:21 +00:00
|
|
|
|
2009-11-24 19:56:40 +00:00
|
|
|
RewriteEngine On
|
|
|
|
RewriteBase /actions/
|
|
|
|
RewriteRule ^updates$ updates.php
|
|
|
|
|