How to correct broken links issue after updating to PR7
Hi,
I just updated to anspress 1.0 PR7.
But all my previous sample questions’ links are broken.
the automatically generated new link (after update) for question is like-
http://localhost/wp/wp/question/question/46/a-new-question-for-testing-purposes
This shows “Page Not Foundâ€
Then, i tried with manually removing extra “wp/question/â€, so the link is like –
http://localhost/wp/question/46/a-new-question-for-testing-purposes/
But this shows “Error 404″
Then, I tried after removing “46/â€, so now the link is like (this was the link working previously in pr6)-
http://localhost/wp/question/a-new-question-for-testing-purposes/
But again it shows “error 404″
How to fix this.
I am sure a fresh install of wp+plugin might work correctly. but i am hoping if it can be fixed without fresh install.
thanks.
regards,
atul tiwari
Edit 1 -Â I just tried one more link –
http://localhost/wp/question/question/46/a-new-question-for-testing-purposes/
i.e. only removed the extra “wp/” and surprisingly it’s working.
Now the Question left is –
 – How to automatically correct this issue?
There is an excess “question/” added in path, so i changed my permalink of “anspress page” to –
http://localhost/wp/discussion/
to avoid any confusion.
@markcellis
Did you tried saving your permalink once after updating ?
And all looks fine in your site. I hope issue resolved.
Hi,
I see that update was successful on your this site. was it out of the box?
I tried with saving permalink and then anspress option.
but no luck.
as mentioned above (after changing anspress page permalink), link to sample question displaying is –
http://localhost/wp/wp/discussion/question/46/a-new-question-for-testing-purposes
which instead should be (remove extra “wp/â€) –
http://localhost/wp/discussion/question/46/a-new-question-for-testing-purposes
I don’t know where am i doing wrong