Recent content by Adam Bloch

  1. Adam Bloch

    XF 2.2 Redirects are killing my forum!

    You mean this one that's not turned on ?
  2. Adam Bloch

    XF 2.2 Redirects are killing my forum!

    This seems to be something that changed from XF1.5 to XF2.2 We lost 1.2million pages due to this problem. We are years later still looking for a solution..
  3. Adam Bloch

    XF 2.2 Redirects are killing my forum!

    Did you ever get to the bottom of this?
  4. Adam Bloch

    XF 2.2 hash in URL causing redirect

    Any thoughts on this as it causing lots of page problems with google?
  5. Adam Bloch

    XF 2.2 hash in URL causing redirect

    I'm sure this is a stupid question but here goes... When google crawls /threads/after-run-coolant-pump-v51.298845/post-3762150 it get redirected to /threads/after-run-coolant-pump-v51.298845/#post-3762150 This adds another redirect. Is there any reason. Sorry for my stupidity in advance :)
  6. Adam Bloch

    XF 2.2 How to link from Root to your folder

    I'm not sure from a SEO point of view Google will like this... I have 1.7million pages listed with them... All I need to do it stop the endless redirects...
  7. Adam Bloch

    XF 2.2 How to link from Root to your folder

    Ok that didn.t fix everything :( anyone else got any ideas?
  8. Adam Bloch

    XF 2.2 How to link from Root to your folder

    Ok that fixed everything other than http to https. So I just need to add that to it and I'll be down to one redirect
  9. Adam Bloch

    XF 2.2 How to link from Root to your folder

    would this work better? The sub folder is called xf. Might be better for SEO? RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteRule ^xf/(.*)$ /$1 [L,R=301] RewriteCond %{REQUEST_URI} !^/xf [NC] RewriteRule ^(.*)$ /xf/$1 [L]
  10. Adam Bloch

    XF 2.2 How to link from Root to your folder

    This is as simple as it sounds. For years we have had a little HTML file that redirects everyone from the root to the folder the xenforo installation is in. Surly we should be doing this in the .htaccess and if so how ?? :)
  11. Adam Bloch

    XF 2.2 Which table in the database contains the board URL?

    I'm guessing there is a timeout or too many for it to handle on the simulate. Works if it doesn't find anything
  12. Adam Bloch

    XF 2.2 Which table in the database contains the board URL?

    lol that upset the server, I got a 500 :)
  13. Adam Bloch

    XF 2.2 Which table in the database contains the board URL?

    What if I want to do more than the posts table?
  14. Adam Bloch

    XF 2.2 Which table in the database contains the board URL?

    I know I have seen it but can't find it on here for a MYSQL script to change all the http:// to htpps:// in the database...
  15. Adam Bloch

    XF 2.2 Which table in the database contains the board URL?

    I'm still trying to sort out my redirects problem and just wanted to makes sure that the path was good in the database.
Top Bottom