我的.htaccess
档案
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^the-image-([A-Za-z0-9]+)-([A-Za-z0-9+]+)/?$ images/userfolder/$1/$2 [NC,L] #Loading Images
在我的 PHP 页面中
<img src='./the-image-$username-$image_id' alt='User Image' />
我的目标是根据每个用户的用户名和图像 ID 加载图像。
用户名存储在变量下$username
和图像 ID 下。$image_id
图像将位于images/userfolder/username/image.jpg
但是图像没有被加载。我的语法有什么错误?
注意:图像 ID 变量包含图像名称和扩展名。例子 :1.jpg