XenForo Switched From Subdomain, Now Friendly URLs Does Not Work

H

Hizen

Guest
Previously my forum was located at https://forum.blackout-ro.net

It is now located at Forum | BlackoutRO

Since the change, friendly URLs do not work. Below is my .htaccess file.

Code:

Code:
#    Mod_security can interfere with uploading of content such as attachments. If you
#    cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
#    SecFilterEngine Off
#    SecFilterScanPOST Off
#</IfModule>

ErrorDocument 401 default
ErrorDocument 403...

Read more

Continue reading...