Hello!
Just to cut to the chase: I'm in the process of attempting to have vBSEO rewrite my vBGallery URLs. While I have had some luck in areas - in others, I have not.
My gallery is located here: Fable 2 Gallery
The URLs rewrite just fine which is perfect but sadly, the navbar refuses to acknowledge the location of my gallery. You will notice if you go here: Fable 2 Gallery - Main Album and attempt to use the links breadcrumb in the navbar (Fable 2 Gallery > Main Category) it attempts to take you to a page that doesn't exist: http://forums.projectego.net/cat1 (notice how the "/gallery/" in the URL is missing?). Basically, I need this remedied as fast as possible, please! vBGallery works perfectly without the CRR but, well, I desperately want to take advantage of this vBSEO feature and benefit from SEF URLs for my gallery.
Here are my CRR:
I hope I explained this clearly enough. Please help!Code://Gallery Rewrites 'index\.php\?c=(\d+).*$' => 'cat$1' 'browseimages\.php\?c=(\d+)$' => 'cat$1' 'browseimages\.php\?do=browseimages&c=(\d+)&page=(\d+)$' => 'cat$1-$2' 'browseimages\.php\?do=popimages$' => 'top.html' 'browseimages\.php\?do=popimages&orderby=views' => 'topviews.html' 'browseimages\.php\?do=popimages&orderby=rating' => 'toprated.html' 'browseimages\.php\?do=popimages&orderby=posts' => 'toppost.html' 'showimage\.php\?i=(\d+)&noignore=0&postid=(\d+)$' => 'image$1-$2' 'showimage\.php\?i=(\d+)&original=1.*$' => 'image$1-big' 'showimage\.php\?i=(\d+).*$' => 'image$1'
Regards,
Steve
Edit: Also, just out of curiosity: How would I go about moving the gallery outside of my /forums/ subdomain and still reaping the benefits of SEF URLs courtesy of vBSEO? When I had my gallery located at Index of /gallery the URLs didn't work correctly. If there's anyway to get them to work under that directory then I would much prefer that, too.


LinkBack URL
About LinkBacks





Reply With Quote
