XF 1.5 More friendly URL with htaccess

Cant move it to root. Using other Domains in public_html too so i need to do it with folders :/

I now have this but not sure if all is correct. This htaccess file is in public_html
Code:
RewriteCond %{REQUEST_URI} !^/subfolder
RewriteRule (.*) /subfolder/$1 [QSA,L]
 
Top Bottom