我希望我的Nginx服務動態網址爲靜態網頁,例如 given a url "/book?name=ruby_lang&published_at=2014" ,
the nginx will serve a static file (which is generated automatically) named as:
"book?name=ruby_lang&published_at=2014
在計算器中,網址爲像 How to store post variables value 但是,當我們用PHP創建網頁,它最有可能有一個網址像 WWW,somewebsite.com /我的空間?someid = 123 而且然後顯示內容。 我想知道如何 www.somewebsite.com/mypage?someid=123 轉換成 www.somewebsite.com/mypage/som
我的靜態頁面存在路由問題。它工作正常,然後我添加資源production,現在我無法顯示我的靜態頁面。我不知道這是否可以相關。它顯示了我這個錯誤:ArgumentError in StaticPagesController#home wrong number of arguments (1 for 0) 的routes.rb: MyApp::Application.routes.draw do