summaryrefslogtreecommitdiff
path: root/modules/g2_import/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-02-06 16:14:44 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-06 16:14:44 -0800
commitb0a73757d220ca7a60109c50937a5851e5e44227 (patch)
tree0ac99d2608bf723d41c1a80f488af6f2f78a36c3 /modules/g2_import/views
parent0f9d23d074c81eafab05ce5d64909da624a86422 (diff)
parent33b39efb491d730c8653ca3c06a22297338aa8b8 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/g2_import/views')
-rw-r--r--modules/g2_import/views/admin_g2_import.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php
index 6a5214a3..41ef7f85 100644
--- a/modules/g2_import/views/admin_g2_import.html.php
+++ b/modules/g2_import/views/admin_g2_import.html.php
@@ -103,7 +103,7 @@
&lt;IfModule mod_rewrite.c&gt;<br/>
RewriteEngine On<br/>
RewriteBase <?= html::clean(g2_import::$g2_base_url) ?><br/>
- RewriteRule ^(.*)$ <?= url::site("g2/map?path=\$1") ?> [QSA,L]<br/>
+ RewriteRule ^(.*)$ <?= url::site("g2/map?path=\$1") ?> [QSA,L,R=301]<br/>
&lt;/IfModule&gt;<br/>
</code>
</div>