My home page url is http://localhost:8080/myproj/ I need to remove the trailing slash How do I do that ?
Because, when I remove index.php(using htaccess), the url becomes http://localhost:8080/myproj//projects/list The url needs to be this way http://localhost:8080/myproj/projects/list
Please help