Home >Backend Development >PHP Tutorial >无语了我!!!!!

无语了我!!!!!

WBOY
WBOYOriginal
2016-06-23 14:14:14872browse

链接问题

点击http://127.0.0.1/中的一个链接(本地)不跳转到所点的页面。而是重新打开http://127.0.0.1/,并且http://127.0.0.1/中的图片也不显示了。







并不确定是Apache问题还是php问题还是html问题。!!!
求大神们帮助。

回复讨论(解决方案)

看看.htaccess有没有设置

一般是.htaccess有问题



里面这段 放进去

RewriteEngine on
RewriteBase /

RewriteRule ^u/([0-9]+)$ /user/index.php?uid=$1 [L]
RewriteRule ^u/([0-9]+)/$ /user/index.php?uid=$1 [L]

之前我就是这么弄得~

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn