WordPress修改端口

第一步:向/etc/httpd/conf/httpd.conf 中添加 listen 10080
然后# systemctl restart httpd

第二步:修改主题的functions.php 向其添加
remove_filter('template_redirect','redirect_canonical');

第三步:同时修改设置里的site和home为
site http://localhost:10080/wordpress home http://localhost:10080

第四步:修改菜单和其他链接,添加端口
例如首页菜单链接修改为http://localhost:10080


WordPress修改端口
https://b.limour.top/40.html
Author
Limour
Posted on
April 15, 2020
Licensed under