当前位置:Gxlcms > PHP教程 > 无语了小弟我!

无语了小弟我!

时间:2021-07-01 10:21:17 帮助过:5人阅读

无语了我!!!!!
点击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]

之前我就是这么弄得~

人气教程排行