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.
