XF 2.0 mod_rewrite

Jay™

Well-known member
Hello, I am trying to enable friendly URL on a locked test site i plan to open later down the road, i have mod_rewrite enabled on the server but when i enable it on the admin panel the home page is blank, when i look in the .htaccess file it seems to be writing to the file, any idea where i can look next?

Thanks in advance

RewriteEngine on
RewriteCond %{HTTP_HOST} ^lakelandbuyselltrade\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.lakelandbuyselltrade\.com$
RewriteRule ^/?$ "https\:\/\/www\.lakelandbuyselltrade\.com\/index\.php" [R=301,L]
 
Top Bottom