vit Posted May 28, 2021 Posted May 28, 2021 Hi. my site call some .js files on the php code, but isnt working, can you please enable support for it? Thank you!! the files are like this: <script src="js/vue-2.4.0.min.js"></script> my site: vit.heliohost.us
wolstech Posted May 28, 2021 Posted May 28, 2021 Script tags are processed and loaded entirely on the client. This won't be a server issue but rather broken code on your part. More often than not, it'll be because the paths are incorrect. Odds are in your browser if you open the developer tools and watch the page load, the JS files are returning a 404 error.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now