Server at localhost Port 80解决方法
本地调试WordPress时出现这样代码时解决方法
Not Found
The requested URL /wordpress/page/3 was not found on this server.
Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80

解决办法:打开httpd.conf,找到“LoadModule rewrite_module modules/mod_rewrite.so”,把前面的“#”去掉,保存退出,重启一下apache。