Heim > Backend-Entwicklung > PHP-Tutorial > wordpress有关问题

wordpress有关问题

WBOY
Freigeben: 2016-06-13 12:55:39
Original
2981 Leute haben es durchsucht

wordpress问题
本地使用wamp搭建的wordpress 首页直接显示代码

<br />
<?php<br />
/**<br />
 * Front to the WordPress application. This file doesn't do anything, but loads<br />
 * wp-blog-header.php which does and tells WordPress to load the theme.<br />
 *<br />
 * @package WordPress<br />
 */<br />
<br />
/**<br />
 * Tells WordPress to load the WordPress theme and output it.<br />
 *<br />
 * @var bool<br />
 */<br />
define('WP_USE_THEMES', true);<br />
<br />
/** Loads the WordPress Environment and Template */<br />
require('./wp-blog-header.php');<br />
?>
Nach dem Login kopieren



------解决方案--------------------
环境好的吗? phpinfo() ;可以显示吗
------解决方案--------------------
apache没配置application/x-httpd-php
Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage