XenForo
Administrative
- Thread starter
- Admin
- #1
I moved my XF forum from root to '/community/' subdirectory.
htaccess file in root directory showed:
Code:
Read more
ادامه مطلب...
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
ادامه مطلب...