diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-11-09 09:16:07 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-11-09 09:17:13 -0800 |
commit | f0781a9162129394236ef9c8cd68392d59b52791 (patch) | |
tree | 53b21086008509db267b8bdd959c0bcb34a769de | |
parent | 3d952f41c8d90b5c217616fb060697f93fb9db07 (diff) |
Add an extra line break after the RewriteBase line so that the
RewriteBase and RewriteRule lines don't get merged in the resulting
textarea. Fixes #1481.
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 564bea9f..cb13363a 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -89,6 +89,7 @@ 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> |