aboutsummaryrefslogtreecommitdiffstats
path: root/category.php
diff options
context:
space:
mode:
Diffstat (limited to 'category.php')
-rw-r--r--category.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/category.php b/category.php
index ef7098a4d..eefb90236 100644
--- a/category.php
+++ b/category.php
@@ -60,7 +60,7 @@ if ( isset($_GET['cat']) )
$url = make_index_url($url_params);
if (!headers_sent())
{
- set_status_header(302);
+ set_status_header(301);
redirect_http( $url );
}
redirect ( $url );