
07-12-2007, 07:20 PM
|
|
|
Join Date: Jan 2006
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by WritersBeat
Hey, so if you had the url_rewriting on for a while, and then turn it off. It's obviously going to do something with the search engines right?
Is there anyway to put a 301 redirect from "something-1231.htlm" back to "showthread?t=1231" ?
Otherwise I'm going to be hit pretty hard in terms of search engines right?
|
there is
Code:
RewriteRule ^([a-z0-9-]*)-([0-9]*)\.html$ /forum/showthread?t=$2 [R=301,L]
(not tested)
|