summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-05-04 06:59:48 +0000
committerChristian Fowler <spider@viovio.com>2007-05-04 06:59:48 +0000
commit77bd8e22b26773e257069daad5eeb225d6b80d90 (patch)
treedd98d9441c36eb5484ed1d94e2bf7a552789f7b8 /.htaccess
parentaa9078988ce3e39c70fa01b4392ad5d46a0bfd40 (diff)
downloadnewsletters-77bd8e22b26773e257069daad5eeb225d6b80d90.tar.gz
newsletters-77bd8e22b26773e257069daad5eeb225d6b80d90.tar.bz2
newsletters-77bd8e22b26773e257069daad5eeb225d6b80d90.zip
fix clickthrough tracking
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 1cc256d..b23c9a9 100644
--- a/.htaccess
+++ b/.htaccess
@@ -4,6 +4,6 @@
RewriteCond %{SCRIPT_FILENAME}/index.php -f
RewriteRule ^(.*)$ - [L]
- RewriteRule ^edition/([0-9]*)$ edition.php?edition_id=$1 [L]
- RewriteRule ^([0-9]*)$ index.php?nl_id=$1 [L]
+ RewriteRule ^edition/([0-9]*)$ edition.php?edition_id=$1 [L,QSA]
+ RewriteRule ^([0-9]*)$ index.php?nl_id=$1 [L,QSA]
</IfModule>