1
我想創建一個HTACCESS重定向,它檢查文件和cookie是否存在。它需要檢查以下...如何創建一個.htaccess查詢來檢查文件和cookie是否存在?
If a cookie called "my-cookie" does NOT exists
AND a file in the "/cached/" folder exists with the same name as the REQUEST_FILENAME
THEN load the file from the "cached" folder.
也有可能這將是很好用「。」替換「/」。在REQUEST_FILENAME中。