S Sperber Well-known member Sep 6, 2019 #1 Short but important qustion: are the XF1 redirects Code: RewriteEngine on RewriteCond %{REQUEST_URI} ^/$ RewriteRule (.*) /subdir/ [R=301] still functional when upgrading the forums from XF1.5 to XF2.1 while moving them from root to a subdir?
Short but important qustion: are the XF1 redirects Code: RewriteEngine on RewriteCond %{REQUEST_URI} ^/$ RewriteRule (.*) /subdir/ [R=301] still functional when upgrading the forums from XF1.5 to XF2.1 while moving them from root to a subdir?
P Paul B XenForo moderator Staff member Sep 6, 2019 #2 Custom redirects (which that is) are not specifically related to XF or the version. But yes, you will need a rewrite rule if you are moving your installation from the root to a directory.
Custom redirects (which that is) are not specifically related to XF or the version. But yes, you will need a rewrite rule if you are moving your installation from the root to a directory.
S Sperber Well-known member Sep 6, 2019 #3 Brogan said: Custom redirects (which that is) are not specifically related to XF or the version. But yes, you will need a rewrite rule if you are moving your installation from the root to a directory. Click to expand... May be I should have been more specific, Brogan: will the same redirect work for that or is XF2 different here, so it would need another ruleset? Redirct rules aren´t really something, I´m in to..
Brogan said: Custom redirects (which that is) are not specifically related to XF or the version. But yes, you will need a rewrite rule if you are moving your installation from the root to a directory. Click to expand... May be I should have been more specific, Brogan: will the same redirect work for that or is XF2 different here, so it would need another ruleset? Redirct rules aren´t really something, I´m in to..
P Paul B XenForo moderator Staff member Sep 6, 2019 #4 It's independent of the software when doing a catch all redirect, so yes, it will work the same in XF1 or XF2.
It's independent of the software when doing a catch all redirect, so yes, it will work the same in XF1 or XF2.