Project:FUDforum integration
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:naudefj
Status:closed (fixed)

Issue Summary

while using PATH_INFO style URLs there is a problem in new forum blocks, last posts have links like www.site.com/forum/t/1/2/ , resulting in a 404 not found.

should be something like www.site.com/forum/index.php/t/1/2/

fixed via a hack on line 159 of fudforum.module, i added "index.php/" before the "t/" but should be fixed in a more elegant way :)

thanks

meew

Comments

#1

Priority:normal» minor

I thought this is going to cause problems. I've hacked FUDforum to remove 'index.php' from forum URL's. Please add your support at http://fudforum.org/forum/index.php?t=msg&goto=32136&#msg_32136

#2

Assigned to:Anonymous» naudefj
Status:active» fixed

Fix committed to CVS.

#3

Status:fixed» closed (fixed)
nobody click here