diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 05cbab71..8ec4b5ce 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -99,13 +99,12 @@ = t("Once your migration is complete, put this block at the top of your gallery2/.htaccess file and all Gallery 2 urls will be redirected to Gallery 3") ?>
-
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteBase = html::clean(g2_import::$g2_base_url) ?>
- RewriteRule ^(.*)$ = url::site("g2/map?path=\$1") ?> [QSA,L,R=301]
- </IfModule>
-
+
endif ?>