PDA

View Full Version : Problem on SEOed URLs for vBulletin


WebConnection
03-27-2007, 07:57 AM
Hello,

Greetings!

I have already implemented SEOed URLs in my website referring to this thread : https://vborg.vbsupport.ru/showthread.php?t=104484.

Right now, I've found out that when a user clicks "New Posts" link he will be redirected to the index page. I'm wondering why it won't go to the expected page. I've been figuring this out for almost 2 hours but couldn't resolved the said issue.

By the way, here the Rewrite rule in .htaccess for that link/page :
============================================
RewriteRule ^search-(.*).html/$ search.php?do=$1 [L]
RewriteRule ^search-(.*).html$ search.php?searchid=$1 [L]
============================================

The first line will cater : search.php?do=getnew
The second line will cater : search.php?searchid=[x]

*Note: Before it will redirect to index page, it passes thru this page "search-getnew.html/search.php?searchid=[x]". It seems weird.

Any help is greatly appreciated...


Regards!
:)