diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-09-07 08:41:25 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-09-07 08:41:25 +0300 |
commit | ba950bec0c84a1467aa2545ca815d5af7b0b002b (patch) | |
tree | 307cdacf0ece60ae9b2db94ad43fcf00d769dcfc /modules/g2_import | |
parent | 9572c664d2bfff0877d4f2062eb0ef6665a109cf (diff) | |
parent | 7c80bc0c3db1ca20ce424a36a05f1337de9e1e31 (diff) |
Merge remote branch 'gallery3/master'
Diffstat (limited to 'modules/g2_import')
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 13 |
1 files changed, 6 insertions, 7 deletions
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") ?> </p> - <code> - <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,R=301]<br/> - </IfModule><br/> - </code> + <textarea rows="2"><IfModule mod_rewrite.c> + Options +FollowSymLinks + RewriteEngine On + RewriteBase <?= html::clean(g2_import::$g2_base_url) ?> + RewriteRule ^(.*)$ <?= url::site("g2/map?path=\$1") ?> [QSA,L,R=301] +</IfModule></textarea> </div> <? endif ?> </div> |