我创建了两个目录,我正在存储个人资料照片。当我通过键入url访问这些图像时,它会自动转换为index.php 我在打字
http://192.168.1.147/Dropbox/control_panel/uploads/users_big/196.jpg
这里192.168.1.147是我的本地网络地址 此地址自动转换为
http://192.168.1.147/Dropbox/control_panel/uploads/users_big/index.php
我在uploads文件夹中也有一张图片
http://192.168.1.147/Dropbox/control_panel/uploads/196.jpg
这张图片可以轻松访问。
这是我的.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^notifications/?$ notifications.php
RewriteRule ^trash/?$ trash.php
RewriteRule ^Library/?$ library.php
RewriteRule ^docs/([\s\S\+]+)$ docs/checkfile.php
</IfModule>
其他详细信息 转换为index.php后,页面显示“此网页有一个重定向循环”,并且没有index.php文件存在