Delete "manga" from url Works › Forums › Plugins › my Manga Reader › Delete "manga" from url Tagged: manga reader This topic has 1 reply, 2 voices, and was last updated 4 years, 2 months ago by owari. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 25, 2017 at 7:27 am #820 xTheGodFatherParticipant Hi, I am trying to delete the “manga” word from the url of my web, is there any way to do it automatically, either with a script or using htaccess. example: actually: mywebsite.com/manga/my-manga-name what I want: mywebsite.com/my-manga-name If it can not be removed, at least I want to change the word, Who can do it PM January 26, 2017 at 2:42 am #821 owariParticipant First you need to open routes.php and change this line Route::get(‘/manga/{manga}’, [‘as’ => ‘front.manga.show’, ‘uses’ => ‘FrontController@show’]); and delete it in the manga Route::get(‘/{manga}’, [‘as’ => ‘front.manga.show’, ‘uses’ => ‘FrontController@show’]); now you open a manga without the manga url But now we need to make exceptions for contact-us bookmark etc. Because now they do not open Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Enter something special: Log In