openrocket/html/actions/.htaccess

11 lines
224 B
ApacheConf
Raw Normal View History

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