I need to a add a extra word right after my domain name to all my website URLs.
Lets say my url is http://www.example.com/somecategory/someproduct.html, it should be http://www.example.com/logado/somecategory/someproduct.html.
Is it possible to do it with .htaccess file ?
If so what should i add to my .htaccess file ?