meanjs / mean-seo

SEO Solution for MEAN.JS applications using PhantomJS.
72 stars 36 forks source link

escaped fragment should not add a slash #10

Open bschuurman opened 9 years ago

bschuurman commented 9 years ago

A pull request with a fix for this problem was merged to master, but later the bug was reintroduced. Could the redundant slash be removed again?

gjoshevski commented 9 years ago

Agree on this, I had to add custom rewrite rule in nginx because this was causing problems.

marmol-dev commented 9 years ago

I had the same problem. See this PR: https://github.com/meanjs/mean-seo/pull/13