forumSolution
Active member
Hello,
i move my xf from root directory to /forum xf working fine but my old url when i access them i am getting error page not found
my wp htacess file is
what i should change on above code or old urls ?
Thanks
i move my xf from root directory to /forum xf working fine but my old url when i access them i am getting error page not found
my wp htacess file is
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
what i should change on above code or old urls ?
Thanks