PDA

View Full Version : vbArchive - pay for help $$$


dr1
02-25-2004, 02:43 AM
I'm using the vbArchive - Search Engine Indexer originally produced by TECK

https://vborg.vbsupport.ru/showthread.php?s=&threadid=47667

This is my dilemma...

I want to move to vB3 but I'm worried about loosing 1000's of pages I have spidered in Google. I noticed vB3 has a different archive system.

I have sent a PM and email to TECK to see if he wanted some paid work to mod his hack to work with vB3 so I don't loose all the pages I have in Google. To date I haven't received a reply so I'm wondering of anyone else would like to make a few $$$ helping me out?

Andreas
02-25-2004, 07:30 AM
Place the following as .htaccess in your forum root


RewriteEngine On
RewriteRule forumdisplay/(.*) http://www.yourhost.com/forum/archive/index.php/$1 [R]
RewriteRule showthread/(.*) http://www.yourhost.com/forum/archive/index.php/$1 [R]


Please note that http://www.yourhost.com/forum must be changed to the real URL ;)

This should make your already indexed vBArchive URLs compatible with the built-in archive system of vB3.