Gallery 3.0.3 SEO using .htaccess [any working code]

janomona

Joined: 2012-05-03
Posts: 10
Posted: Sun, 2012-05-06 16:58

Hi Guys hope some one will help me to solve my problem.

What i have :-

1) http://www.hotcineactress.com/?page=2
2) http://www.hotcineactress.com/kim-sharma-hot-photos?page=3

Here no.page=2 and page=3 wil be changing it can be any no (1, 2, 3 .....)

What i would like to get :-

1) http://www.hotcineactress.com/page/2
2) http://www.hotcineactress.com/kim-sharma-hot-photos/page/3

My .htaccess have following rules

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?kohana_uri=$1 [QSA,PT,L]
RewriteRule ^$ index.php?kohana_uri=$1 [QSA,PT,L]
RewriteRule ^index.php/(.*) $1 [QSA,R,L]
</IfModule>

Can any expert suggest me what rules i need to add so that my desired outcome will be achived. Thank you in advance.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25968
Posted: Sun, 2012-05-06 21:13

http://gallery.menalto.com/gallery_3_seo

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25968
Posted: Sun, 2012-05-06 21:19

http://gallery.menalto.com/node/106320

locking this tread as it is a copy/duplicate.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team