Multiple language when using public folder in htaccess file
I have this .htacces file I like it a lot but how do I add multi language to it? so it understand that localhost/en/ is not a file or folder. right now it use a public folder as the "root" so localhost = public/ Great if I then wanna do so I still use the public folder as a root but the first / / in the url is the language Example: localhost/en/ = link to the public folder and localhost/it/ also link to the public folder Example 2: localhost/en/admin link to public/admin/ PS: the public/ is not suppose to been seen in the URL This code do exactly what I wan't except the part with language.