aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev/templates/vhost.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla-dev/templates/vhost.conf')
-rwxr-xr-xmodules/bugzilla-dev/templates/vhost.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/bugzilla-dev/templates/vhost.conf b/modules/bugzilla-dev/templates/vhost.conf
new file mode 100755
index 00000000..79eab9fb
--- /dev/null
+++ b/modules/bugzilla-dev/templates/vhost.conf
@@ -0,0 +1,2 @@
+RewriteEngine On
+RewriteRule ^/([0-9]+)$ /show_bug.cgi?id=$1 [R=301,L]