phpBBSEO / usu

Ultimate SEO URL
32 stars 25 forks source link

Home page showing wrong url for forum and posts #120

Closed rick1971 closed 7 years ago

rick1971 commented 7 years ago

Perhaps this is unique to my install. I'm using 3.2.x but I have just about everything working. I noticed on the home page though, the forum link points to

domain.com/forum3.html

it redirects properly to:

domain.com/main-forum-f3.html

And on the home page, the link to the first post points to:

http://domain.com/post7.html#p7

that winds up in the correct spot, but it should be redirected to:

domain.com/topic-title-t6.html#p7

I know there is minimal support now, but I figured someone may have already solved this.

Thanks.

rick1971 commented 7 years ago

I've setup a test site and it had the same issue. I had no problems setting up phpbb 3.2.0 with the usu extension. I briefly outlined the steps I took to get it working.

You can see it at http://www.momblogtalk.com

rick1971 commented 7 years ago

I managed to fix it by caching the forum url's in the extension options to get the forum url's to work, and then I was able to get the post url to format properly once I installed the nodupe extension. I