I have an web Application. My application work properly when i hosting as site(www.example.com). But when try to host as a application under my site (www.example.com/everway) css file & javascript (window.location.href) not work.
I have an web Application. My application work properly when i hosting as site(www.example.com).
Share
Your asset URLs when hosted at http://www.example.com/everway would look like http://www.example.com/everway/javascripts/application.js, right?
http://www.example.com/javascripts/application.js and http://www.example.com/everway/javascripts/application.js are not the same.
Does your application account for that difference?