meanjs / mean-seo

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

support apps in subfolders #1

Closed amitevski closed 10 years ago

amitevski commented 10 years ago

I have an app that is installed into a subfolder like http://example.com/app/#!/page. But now for the phantomjs request the request path is thrown away.

handle if an single page app is installed into a subfolder and has urls like e.g. http://example.com/app/#!/page

amitevski commented 10 years ago

Found a second issue on linux. There was an require statement with uppercase letter but the actual file was lowercase. This does not work on linux.

amoshaviv commented 10 years ago

HI @amitevski thank your for your pull request, great catch