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
http://localhost:8080/myproj//projects/list. show code. - Rejoanul Alamsite_url()orbase_url()? provide this code - Rejoanul Alamecho site_url().'/projects/list'- Rejoanul Alam