0

I am using phpbb forum, with some seo plugin, which turned all my dynamic urls "viewtopic.php?=1234" to SEO urls such as "/super-jackpot-t821.html". I was happy with it.

but now problme is, i have moved host, moved phpbb to sub folder and upgraded to latest phpbb. Now that plugin stopped working and all the urls are already indexed by google, yahoo etc.

So i was thinking is it possible to 301 redirect SEO urls back to normal urls? May be picking the last 821 number of seo url using HTACCESS and turning it back to viewtopic.php?t=821 ???

thankx.

4

1 に答える 1

0

これが私が見つけたhtaccessガイドです。

http://www.garnetchaney.com/htaccess_tips_and_tricks.shtml

0 から 9999 に一致する正規表現は ^[0-9]{1,4}$ である必要があります

于 2011-02-14T09:07:50.033 に答える