无语了我!!!!!
点击http://127.0.0.1/中的一个链接(本地)不跳转到所点的页面。而是重新打开http://127.0.0.1/,并且http://127.0.0.1/中的图片也不显示了。
并不确定是Apache问题还是php问题还是html问题。!!!
求大神们帮助。
------解决方案--------------------
里面这段 放进去
RewriteEngine on
RewriteBase /
RewriteRule ^u/([0-9]+)$ /user/index.php?uid=$1 [L]
RewriteRule ^u/([0-9]+)/$ /user/index.php?uid=$1 [L]
之前我就是这么弄得~