[RSS Feed/News] Redirect Issues

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I moved my XF forum from root to '/community/' subdirectory.

htaccess file in root directory showed:

Code:

Code:
RewriteEngine On
RewriteRule ^threads/(.*)$ community/threads/$1
RewriteRule ^posts/(.*)$ community/posts/$1
RewriteRule ^media/(.*)$ community/media/$1
RewriteRule ^whats-new/(.*)$ community/whats-new/$1
RewriteRule ^members/(.*)$ community/members/$1
RewriteRule ^help/(.*)$ community/help/$1
RewriteRule ^help/terms/(.*)$ community/help/terms/$1
RewriteRule ^help/privacy-policy/(.*)$...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom