have another php app inside wrdpress folders which I need to access to it in url example.com/my_app
but wordpress does not allow this app to load asets like css, js.
how can I fix it? need changes on .htaccess?
You have to show the error log
look I have all wordpress fils in my public_html. I mean standard files and folder. but I have another php app inside public_html called "my_app" . the problem is that it opens the site correctly but when I open site.com/my_app, it shows me the app but can no load asset files. in console see "net::ERR_ABORTED 404" it can not load static files from my_app folder. seems wordpress take all controls and does not allow this app to load its css and js files.
Maybe you didnt wrote well path files, are the files in the same directory of the app?
Обсуждают сегодня