XF 2.2 Friendly URL not working with .htaccess file

BrendonA

Member
As per thread title - Friendly URL not working even with .htaccess file in Xenforo root directory.

Pretty sure there is a . with .htaccess
.htaccess file has the current codes in it:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^asianeleven\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.asianeleven\.com$
RewriteRule ^/?$ "https\:\/\/asianeleven\.com\/forums" [R=301,L]

forum is installed in public.html/forums

Help is greatly appreciated. TIA
 
Top Bottom