Merhaba mybb den xenforoya taşıma yaptım şu konuda anlatıldığı gibi linkleri de yönlendirdim
xenforo.com
mybbthreadredir.php dosyası oluşturup
htaccessden bu kod ile konuları yönlendirdim RewriteRule ^([^./]+)\.html$ /mybbthreadredir.php?slug=$1 [R=301,L]
daha sonra mybbuserredir.php oluşturdum RewriteRule ^uye-([^/]+)\.html$ /mybbuserredir.php?slug=$1 [R=301,L]
bu kod ile üyeleri...
Devamını Oku
Okumaya devam et...
Redirecting MyBB URL's
Hello. I've not converted my MyBB forum yet, but I know this will be a problem, so I am posting now. Is there any way to redirect old MyBB url's to XF links? Using htaccess perhaps? MyBB URL's look like this, /thread-30028.html /forum-121.html /user-2.html I've got a lot of indexed url's...mybbthreadredir.php dosyası oluşturup
htaccessden bu kod ile konuları yönlendirdim RewriteRule ^([^./]+)\.html$ /mybbthreadredir.php?slug=$1 [R=301,L]
daha sonra mybbuserredir.php oluşturdum RewriteRule ^uye-([^/]+)\.html$ /mybbuserredir.php?slug=$1 [R=301,L]
bu kod ile üyeleri...
Devamını Oku
Okumaya devam et...