Jump to content

Move my IPB installation to the root


Recommended Posts

Posted

Hello,

i'd moved my ipb from /forum/ to the root, to save the indeexed content i'd added a 301 redirection :

redirect 301 /forum http://www.site.com

i want to know please if that it what i should do ?

because i have a small issue now, i cant access to the forums pages because the 301 redirecttion is removing the /forum/ from url !

Posted

Hello,

i'd moved my ipb from /forum/ to the root, to save the indeexed content i'd added a 301 redirection :

redirect 301 /forum http://www.site.com

i want to know please if that it what i should do ?

because i have a small issue now, i cant access to the forums pages because the 301 redirecttion is removing the /forum/ from url !

​unsure why have redirection !! if moved your forum from /forum to just / then you will need to change the conf_global.php on line $INFO['board_url'] and once that done you need make sure all settings in Admin CP have been changed example the upload files settings.

Posted

​unsure why have redirection !! if moved your forum from /forum to just / then you will need to change the conf_global.php on line $INFO['board_url'] and once that done you need make sure all settings in Admin CP have been changed example the upload files settings.

hey you have reason ! no need to add redirection ! i dont understand why, purhapse ipboard include that in the generatedhtaccess ?

thank you Pete ;)

Posted

hey you have reason ! no need to add redirection ! i dont understand why, purhapse ipboard include that in the generatedhtaccess ?

thank you Pete ;)

​no idea what your .htaccess has but to me never had redirect part

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(jpeg|jpg|gif|png)$ /public/404.php [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

that what should look like standard one that you setup yourself never been shipped with any ipb version but found in Admin CP.

Posted

by the way, my seo ranking will change !?

​you may need add redirection within /forum so no broken links come from the changed but terms Seo never seen much in ranking change just having sub folder or no sub folder.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...