tenants
Well-known member
I think this a bug (and not user issue)
I'm testing this locally (Windows 7) without friendly URLs
I've set
Board URL: http://localhost/xenforo/forum (since you ask not to use index.php or a trailing slash)
Index Page Route: forums/
Expected:
I'm expecting that clicking the forum nav will go to
http://localhost/xenforo/index.php?forum/
and forms will have the url
http://localhost/xenforo/index.php?forums/introductions.1/
Actual:
clicking the forum nav goes to
http://localhost/xenforo/index.php?forums/
(note, I have set XenForo_Link::setIndexRoute('homepage'); but without setting this, the forum nav goes to index.php and not index.php?forum/ )
P.S. do you have in house testers, I'm just around the corner
I'm testing this locally (Windows 7) without friendly URLs
I've set
Board URL: http://localhost/xenforo/forum (since you ask not to use index.php or a trailing slash)
Index Page Route: forums/
Expected:
I'm expecting that clicking the forum nav will go to
http://localhost/xenforo/index.php?forum/
and forms will have the url
http://localhost/xenforo/index.php?forums/introductions.1/
Actual:
clicking the forum nav goes to
http://localhost/xenforo/index.php?forums/
(note, I have set XenForo_Link::setIndexRoute('homepage'); but without setting this, the forum nav goes to index.php and not index.php?forum/ )
P.S. do you have in house testers, I'm just around the corner