XenForo
Administrative
- Thread starter
- Admin
- #1
Hi, I just moved Xenforo from root to folder, added a WordPress in the root. Now massive 404 from Google search result.
Before: xenforo.com
Now: xxx.com/xenforo
I have massive 404 problems when reaching these urls from Google:
xenforo.com/whats-new/
xenforo.com/resources/
xenforo.com/members/
.....
If you are on the website, every link works well.
Work I have done:
1. Added below codes
Code:
Read more
ادامه مطلب...
I am using Nginx.
Before: xenforo.com
Now: xxx.com/xenforo
I have massive 404 problems when reaching these urls from Google:
xenforo.com/whats-new/
xenforo.com/resources/
xenforo.com/members/
.....
If you are on the website, every link works well.
Work I have done:
1. Added below codes
Code:
Code:
RewriteCond %{REQUEST_URI} ^/$
RewriteRule (.*)...
Read more
ادامه مطلب...