我想知道是否可以使用.htaccess搜索以数字开头的特定文件夹,并在内部重定向而不更改浏览器中的URL。
假设我有一个网址:
www.example.com/api/rest/3.22/user
现在我想在内部重写url(例如)
www.example.com/api/rest/3.0/user
注意:只有服务器和3.22中可用的3.0文件夹才是名称。
我试过以下一个,但没有用。
RewriteRule ^api/rest/3\.22/$ /api/rest/3.0/$1
答案 0 :(得分:0)
在根目录中尝试此规则.htaccess:
var ciinPromise = DevHiin.find({"clubs": club_M._id, "ts": {"$gt": lastSyncTime}})