XF 1.2 Friendly Url's arent working

billybatz9

Active member
Hey guys,

friendly url's are not working for me. I already went through the xenforo manual to try to help me....
my root is "/forums"

is that the problem?
 
went to .htaccess page and changed what needed to be changed...

Find
Code:
#    If you are having problems with the rewrite rules, remove the "#" from the
    #    line that begins "RewriteBase" below. You will also have to change the path
    #    of the rewrite to reflect the path to your XenForo installation.
    #RewriteBase /xenforo

and change tooo....

Code:
#    If you are having problems with the rewrite rules, remove the "#" from the
    #    line that begins "RewriteBase" below. You will also have to change the path
    #    of the rewrite to reflect the path to your XenForo installation.
    RewriteBase /forums

I inserted forums beause thats where I have my xenforo isntalled. Your might be forum, community, forums, etc...
You will also be needing to remove the "#" before the "RewriteBase" word.

The instructions are in that coding on what to do!
 
Top Bottom