我已经将我的开发站从Mamp移动到PC到Xammp,我已经将我的Wordpress网站和主题设置到其中,但是当我更改阅读设置以将主页设置为自定义静态页面而不是显示最新帖子,它在Chrome / Firefox中将该网站作为404返回,说无法找到该网页。随着我的style.less没有出现,但我的所有网站内容/图像都随着php-echo返回而出现。
如何解决此问题?我看了很多谷歌,我似乎无法弄清楚我做错了什么。
感谢。
这是我的Header.php文件的样子
<?php?>
<!DOCTYPE html>
<html lang="en">
<?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?>
ノಠ益ಠ)ノ up, down, left, right
<head>
<title><?php wp_title('|',true,'right'); ?><?php bloginfo('name'); ?></title>
<meta charset="UTF-8">
<meta name="google-site-verification" content=""/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="author" content="">
<meta name="description" content="The portfolio of">
<meta name="viewport" content="width=device-width, initial-scale = 1">
<link rel="author" href="//plus.google.com/112117177196873777330/posts"/>
<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="stylesheet/less" href="/wordpress/wp-content/themes/newtheme/style.less" media="screen"/>
<link type="text/plain" rel="author" href="/humans.txt" />
<script src="/wordpress/wp-content/themes/newtheme/assets/js/less.js" type="text/javascript"></script>
</head>