On my website I want to index pages like mysite.com/id/1 mysite.com/id/2 But i'm getting /id/1/ and want to drop the / at the end giving me mysite.com/id/1 instead of mysite.com/id/1/ is there a .htaccess code to do it? I've know that it can be done but don't know how!
i have no idea what i'm supposed to do. which code is it? and do i put it in the .htaccess located in public_html or one .htacces in public_html/id/1/ folder?