by axew3 » Sun Feb 23, 2020 8:07 am
Dysphoria wrote: ↑Sun Feb 23, 2020 12:56 am
This fixed my problem, thank you!
No!
unfortunately, you still have this into last topics urls widget (you refer to this)
viewtopic.php?f=2&t=1498
links into widget still return something like:
Code: Select all
https://talkatastic.be/index.php/index.php/forum/?forum_id=15&topic_id=59&post_id=343#p343
the
/index.php/index.php/ still is there, and caused by some setting (i assume) that should be changed somewhere into your WordPress, or htaccess or server settings.
should be
Code: Select all
https://talkatastic.be/index.php/forum/?forum_id=15&topic_id=59&post_id=343#p343
or
Code: Select all
https://talkatastic.be/forum/?forum_id=15&topic_id=59&post_id=343#p343
Redirect flow works by the way, but urls result into your widget isn't still correct (and when you point to a topic/post, you're redirected to login page in phpBB, that's maybe due to some other setting into phpBB? Is this what you want?)
If i will note somewhere something that will remind me to your solution i will report you, please do the the same if you discover where the problem is in the while.
[quote=Dysphoria post_id=4476 time=1582419400 user_id=2254]
This fixed my problem, thank you!
[/quote]
No!
unfortunately, you still have this into last topics urls widget (you refer to this)
https://www.axew3.com/w3/forums/viewtopic.php?f=2&t=1498
links into widget still return something like:
[code]https://talkatastic.be/index.php/index.php/forum/?forum_id=15&topic_id=59&post_id=343#p343[/code]
the [c]/index.php/index.php/[/c] still is there, and caused by some setting (i assume) that should be changed somewhere into your WordPress, or htaccess or server settings.
should be
[code]https://talkatastic.be/index.php/forum/?forum_id=15&topic_id=59&post_id=343#p343[/code]
or
[code]https://talkatastic.be/forum/?forum_id=15&topic_id=59&post_id=343#p343[/code]
Redirect flow works by the way, but urls result into your widget isn't still correct (and when you point to a topic/post, you're redirected to login page in phpBB, that's maybe due to some other setting into phpBB? Is this what you want?)
If i will note somewhere something that will remind me to your solution i will report you, please do the the same if you discover where the problem is in the while.