0
我想創建一個目錄,我可以存儲文件以下載/鏈接到...例如,我有一個CSV文件,需要在另一個網站上使用數據。找不到文件上傳
我在app/assets/
中創建了一個名爲files/site1content
的文件夾。如果我去http://mysite.com/assets/files/site1content/filename.txt
,我會得到一個「找不到mysite.com」。
是否需要在路由中配置某些內容?
鏈接是否類似於「www.mysite.com/public/files/site1content」? – Cody
這將是www.mysite.com/files/site1content – megas
我仍然收到404錯誤 - 任何想法? – Cody