Last update at :2024-07-14,Edit by888u
The pagoda environment is Nginx, Mysql, PHP7.3 (must be 7.3)
PTCMS 4.2.8 local download (unlimited version): PTCMS4.2.8 a>, and github has an optimized version: ptcms-20191229
1. PHP related configuration
a. PHP needs to install the extensions fileinfo, memcached, and swoole
b. PHP needs to delete the disabled functions shell and exec
c. Add (xxxx.com to your own domain name) at the end of the PHP configuration file
extension= /www/wwwroot/xxxx.com/loader73.so swoole_license_files= /www/server/wwwroot/xxxx.com/license2. Website and pseudo-static
a. The website running directory is public
b. Pseudo-static rules
if (!-e $request_filename) { rewrite ^/(.*) /index.php?s=$1 last; }c. After configuration, enter xxxx.com/install.php in the browser to install
d. Mobile version: need to set up a separate domain name
3. Collection and rule sharing
a. Go to your website directory and run it
/www/server/php/73/bin/php kx cron:checkThis allows background collection.
b. Share 14 collection rules (some need to be modified slightly by yourself)
Rule download: ptcms-caijiguize-14-20191217
Collection rules including cover: ptcms-caijiguize-fengmian-20191217
Recommended site searches: German server, Taiwan proxy server, foreign free all-purpose space, query domain name, domain name registration platform, US virtual host purchase, php virtual space, US host rental, Korean cheap server, Hong Kong cn2 server,
发表评论