I'd like to hide /public from my url: forum.example.com/public
I tried to add the following to /public/.htaccess but it doesn't work, and I could not find more in this forum.
Could you please help. Many thanks
/public/.htaccess | ver 1
# remove /public from URL
RewriteCond %{REQUEST_URI} ^/public
RewriteRule ^public/(.*)$ https://forum.example.com/$1 [L,NC,R=301]
/public/.htaccess | ver 2
# remove /public from URL
RewriteRule ^public/(.*)$ $1