diff options
author | Andy Staudacher <andy.st@gmail.com> | 2010-02-06 14:59:28 -0800 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2010-02-06 14:59:28 -0800 |
commit | e092405fdf23412a27903227bc6d2f422f4e9f2d (patch) | |
tree | ae05063638b2df0d44320841c12bee5c28ff465b /modules/g2_import | |
parent | d8d1155615739a9e6f1f12d4f1ce2ec7cc9cd444 (diff) |
Fix g2 redirect to use external redirect (and declare it as permanent).
Redirects weren't working for me in Firefox 3.5 when not signed into G3 (and all items are public).
Diffstat (limited to 'modules/g2_import')
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 2 |
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 @@ <IfModule mod_rewrite.c><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/> </IfModule><br/> </code> </div> |