Commercial version of E4A original ecological film and television APP front-end + back-end source code
Building instructions:
First, configure the backend:
Backend configuration tutorial:
Upload the backend files directly to the host,
Backend rainbow thinkphp needs to configure pseudo-static
Pseudo-static rules:
location/{
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
Then start configuring the front end. You can use the software HBuilder to configure the front end.
Just modify the data inside. This app integrates the background to modify all data.