PHP 出现 The requested URL was not found on this server 的解决办法
自己刚配置好的环境出现了重定向的问题原因可能在于.htaccess文件和apache的配置问题。1找到apache配置文件httpd.conf配置文件中的AllowOverride none Require all denied这两行改成Options Indexes FollowSymLinks AllowOverride All这两行2找到apache配置文件httpd.conf配置并开启LoadModule rewrite_module modules/mod_rewrite.so