mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 09:19:18 -04:00
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).
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user