XF 1.5 Moving XF

MasonK

Active member
So I moved my XF installation and made sure to change the board url info before moving it and then I moved all the xf files, but some pages like the forum appear to be missing.

Any help would be appreciated.
 
Here is the url: pokevolution.net/archive/xenforo and I tried putting the item below in a .htacess file.

RewriteEngine on
RewriteCond %{REQUEST_URI} ^/$
RewriteRule (.*) /archive/xenforo [R=301]
 
Friendly URLs appear to be working but the issue is certain areas like the forum show up as if the page has dissapeared.

That could be what I forgot the .htaccess I just ended up creating a new one with those three lines. I will have to check tommorow.
 
Top Bottom