summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-05-02 19:55:22 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-05-02 19:55:22 +0000
commit3f14fd77bf28a41266e34ec1ca900311ae1ed06b (patch)
tree0b1bb0bd1b99d3f3c9fbc2728681f234697b5c2d /.htaccess
parentcd334c1364badeab2668d216fafab1d653b3e6e9 (diff)
downloadbrdo-3f14fd77bf28a41266e34ec1ca900311ae1ed06b.tar.gz
brdo-3f14fd77bf28a41266e34ec1ca900311ae1ed06b.tar.bz2
- small update .htaccess, fixed the blog link.
- some interface changes in block admin page.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 3b27a5a5b..cf8251491 100644
--- a/.htaccess
+++ b/.htaccess
@@ -35,7 +35,7 @@ ErrorDocument 500 /error.php
# Various rewrite rules
<IfModule mod_rewrite.c>
RewriteEngine on
- RewriteRule ^blog/(.*) /module.php?mod=blog\&op=view\&name=$1 [R]
+ RewriteRule ^blog/(.*) /module.php?mod=blog\&name=$1 [R]
</IfModule>
# $Id$