Gallery 2 import, directories redirecting address.

RHead

Joined: 2004-07-10
Posts: 8
Posted: Thu, 2013-09-19 07:37

Hi

I have problem after upgrading g2 -> g3.
Old links don't work.

Old setup:

/kuvia/

New setup:

/kuvia/

Migrate suggest to use this:
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /kuvia/
RewriteRule ^(.*)$ /kuvia/index.php/g2/map?path=$1 [QSA,L,R=301]
</IfModule>

But it won't work.

Here is examples:

Old: http://www.rhead.org/kuvia/bikes/speed2006/
New: http://www.rhead.org/kuvia/index.php/bikes/speed2006

old: http://www.rhead.org/kuvia/bikes/speed2006/DSCF1805.JPG.html
new: http://www.rhead.org/kuvia/index.php/bikes/speed2006/DSCF1805

Thx for help!

 
RHead

Joined: 2004-07-10
Posts: 8
Posted: Thu, 2013-09-19 08:22