I have a domain example.com i want to redirect it to example.com/public but /public folder should hide from the url.
I am using the below code in .htaccess to redirect,
try this
RewriteEngine On RewriteRule (.*) public/$ [QSA,L]