The issue
My web browsing little bit slow than supposed to be. I Install flarum with /public path. Need some guidance for guide me to check my .htaccess settings who skillful enough.
Please check if my .htaccess is correct ??
Flarum information
<IfModule mod_alias.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^((?!public/).*)$ public/$1 [NC,L]
RewriteCond %{HTTP_HOST} ^domain\.xyz$ [OR]
RewriteCond %{HTTP_HOST} ^www\.domain\.xyz$
RewriteRule ^/?$ "https\:\/\/domain\.xyz\/public\/" [R=301,L]
</IfModule>