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,
You can try this
RewriteEngine on RewriteCond %{REQUEST_URI} !^/(public) RewriteRule (.*) /public/$1