0
我正在使用rails/angular html5mode應用程序在Webrick上運行。我想實現這一點:如何指定Webrick的重寫規則?
服務器端
Using this mode requires URL rewriting on server side, basically you have to rewrite all your links to entry point of your application (e.g. index.html)
與WEBrick是使用它可能?我想堅持webrick爲我的發展環境。
建議您可以嘗試使用StackOverflow SE。 – mdpc