[Plugin: NextGEN Gallery] rewriting gallery urls
-
The gallery on my site has urls that look like this:
/gallery/nggallery/[album-title]/[gallery-title]/
and I’d like them to look like this:
/gallery/[gallery-title]/I tried writing a RewriteRule in .htaccess, like this:
RewriteRule ^/gallery/nggallery/services-gallery/(.+)$ /gallery/$1 [L]
but that didn’t work.Any thoughts on how I can shorten the urls of my gallery?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: NextGEN Gallery] rewriting gallery urls’ is closed to new replies.