My problem is this: I developed a rich text editor UEditor locally. for convenience, I put the php file under js according to the original configuration, the entire path is like this: localhow.skwebbund ..., this is the path for local development. Here, we want to use... my problem is this: I developed a rich text editor UEditor locally. for convenience, I put the php file under js according to the original configuration, the entire path is like this: http: // localhost/msk/web/bund ..., this is the path for local development. Here, the "msk" is a project folder under the root directory. There is no problem at this time. Rich text uploads everything. But when I upload files to the server online, the path I get is like this: http: // host ip/bundles/msk/public/js/php/controller. php? Action = config & noCache = 1471224486130, but a 404 error occurs. Is the developer mode of symfony different from that of normal mode? Is it necessary to read the route registration method? Another is to test the path, right? I put an image on it, but it can also be read. isn't it just that I can't read the php file? Do not give me any further advice.
Reply content:
My problem is this: I developed a rich text editor UEditor locally. for convenience, I put the php file under js according to the original configuration, the entire path is like this: http: // localhost/msk/web/bund ..., this is the path for local development. Here, the "msk" is a project folder under the root directory. There is no problem at this time. Rich text uploads everything. But when I upload files to the server online, the path I get is like this: http: // host ip/bundles/msk/public/js/php/controller. php? Action = config & noCache = 1471224486130, but a 404 error occurs. Is the developer mode of symfony different from that of normal mode? Is it necessary to read the route registration method? Another is to test the path, right? I put an image on it, but it can also be read. isn't it just that I can't read the php file? Do not give me any further advice.
Subject: what is used by your server?nginx
Orapache
Put all.php
Forward the end to the entry fileapp.php
,