重複問題中的修復程序不起作用。帶有斜線的URL被重定向到laravel 5中的本地主機
我嘗試了所有的修復程序計算器,但似乎沒有奏效 laravel trailing Slashes redirect to localhost
路線
Route::get('/admin', array('as' => 'admin', 'uses' => 'Admin\[email protected]'));
這個URL工作正常 http://localhost/app/admin
但是當我加入一個結尾斜槓它的前面http://localhost/app/admin/ 它被重定向到http://localhost/admin
幫助!
我曾說過它不工作,請閱讀我的問題。 – user3407278
你的htaccess是什麼?你可以與我們分享嗎? –
http://pastebin.com/Ju5jTetX – user3407278