snytkine / LampCMS

Open source Question and Answer program similar to StackOverflow and Quora in PHP + MongoDB. Follow @snytkine on Twitter

Home Page:http://support.lampcms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Must validate url slug in Viewquestion

snytkine opened this issue · comments

If url slug does not match actual value stored in DB must redirect to correct question url.
If we don't do this then any value can be passed in url after the question id and they will all resolve to same question.
This may be bad for SEO