现在我有一个用于json响应的Web服务类ApiController。 我的api方法之一getAvatars必须在uploads / images文件夹中返回包含图像公共URL的化身列表,但.htaccess文件限制了此文件夹的访问:
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
# Send request via index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
如何在我的应用程序外部为我的所有图像创建一个类似示例的链接(在localhost中):“ localhost:5000 / uploads / images / avatar_1.png”?
答案 0 :(得分:0)
将此添加到您的.htaccess
<目录/上载>
选项+索引