捣鼓Wordpress学点PHP
给哥哥的车行(卖电动车和自行车的小店)搞个主页,用Wordpress,也借此学习下PHP。
1、Wordpress搭建完成 2011-7-31
FAQs
Q:到哪儿学PHP?最好有基础教程。
A:http://www.w3school.com.cn/php/
Q:安装完Wordpress,为什么首页显示目录,而没有显示index.php?
A:修改配置文件httpd.conf,
<IfModule dir_module>
DirectoryIndex index.html
</IfModule><IfModule dir_module>
DirectoryIndex index.php index.html
</IfModule>
全网最新最细最实用WPS零基础入门到精通全套教程!带你真正掌握WPS办公! 内含Excel基础操作、函数设计、数据透视表等
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号