The source code of Tuiguanke CMS Taobao coupon website is a PHP Taobao coupon website developed with PHP+MySQL. Installation steps: 1. After uploading the program, set folder or file permissions 2. Backend management settings 3. Set site parameters At this point, the website has been installed! You can download high commission tools to collect products. If you want to configure subdomain names and URL pseudo-static rewriting, continue reading (there are certain technical requirements, so don’t bother if you don’t know how). Special reminder: When turning on pseudo-static, you must also turn on the subdomain name, otherwise the browser on the mobile phone will not be able to collect coupons. 1. Configure pseudo-static rules: Generally, there are three ways to build a PHP environment: a. Apache environment, just make sure there is an .htaccess file in the root directory of the site. There is no need to configure the b.IIS environment additionally. There is an iis folder in the root directory of the site, which contains the re-rules of iis. Manual configuration is required. Please consult the space provider for specific configuration, each may be different. c. In nginx environment, rewrite rules also need to be configured. Please consult the space provider for specific configuration instructions. The nginx rules are as follows: location / {if (!-e $request_filename) {rewrite ^/index.php(.*)$ /index.php?s=$1 last;rewrite ^(.*)$ /index.php?s =$1 last;break;}} 2. After logging in to the backend, enable the pseudo-static option 3. Modify the site configuration 4. To enable the subdomain name, you need to modify the following configuration files 5. A very important step: Delete the data/runtime folder Configuration is complete, log in The backend can only use subdomain names to log in, such as: admin.xxxx.com
Expand