xampp无法进入localhost页面
xampp安装好了,网站能正常访问,但是在xampp尚不能进入localhost页面。麻烦大家帮忙看下。Objectnotfound!TherequestedURLwas...
xampp安装好了,网站能正常访问,但是在xampp尚不能进入localhost页面。麻烦大家帮忙看下。
Object not found!
The requested URL was not found on this server.
If you entered the URL manually please check your
spelling and try again.
If you think this is a server error, please contact
the webmaster.
Error 404
localhost
Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 展开
Object not found!
The requested URL was not found on this server.
If you entered the URL manually please check your
spelling and try again.
If you think this is a server error, please contact
the webmaster.
Error 404
localhost
Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏10(财富值+成长值)
1个回答
展开全部
因素其实不多的:
1 D:\xampp\apache\conf 在这个文件夹下 httpd.conf 这个配置文件你要确定没改过
其中的
ServerRoot "/xampp/apache"
还有监听的80端口也是很重要的
如果你之前装过SQL 服务器他会占用的你的80端口,可以修改文件里面的80改成 (例如81)
2 D:\xampp\apache\conf\extra 这里有个httpd.vhost文件也是一个重要的配置
<VirtualHost *:80>
Options None
DocumentRoot D:\xampp\htdocs 确定这个下面 有Index.php 才能找到
ServerName 你配置的虚拟域名
DirectoryIndex index.php index.html index.htm
<Directory />
AllowOverride All
Order deny,allow
Allow from all
</Directory>
<Directory "D:\xampp\htdocs\"> 确定这个下面 有Index.php 程序才能找到
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
3,没有东西的话,试试在Localhost/你的控制器的名字
例如localhost/message
万分不行,重装,然后在htdocs文件夹下,先删掉所有,再把你的东西放进去
1 D:\xampp\apache\conf 在这个文件夹下 httpd.conf 这个配置文件你要确定没改过
其中的
ServerRoot "/xampp/apache"
还有监听的80端口也是很重要的
如果你之前装过SQL 服务器他会占用的你的80端口,可以修改文件里面的80改成 (例如81)
2 D:\xampp\apache\conf\extra 这里有个httpd.vhost文件也是一个重要的配置
<VirtualHost *:80>
Options None
DocumentRoot D:\xampp\htdocs 确定这个下面 有Index.php 才能找到
ServerName 你配置的虚拟域名
DirectoryIndex index.php index.html index.htm
<Directory />
AllowOverride All
Order deny,allow
Allow from all
</Directory>
<Directory "D:\xampp\htdocs\"> 确定这个下面 有Index.php 程序才能找到
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
3,没有东西的话,试试在Localhost/你的控制器的名字
例如localhost/message
万分不行,重装,然后在htdocs文件夹下,先删掉所有,再把你的东西放进去
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询