FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Migrate and Upgrade ISsue (Migrate, restore, and upgrade messes up redirects)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Migrate and Upgrade ISsue [message #187630] Mon, 03 December 2018 08:23 Go to previous message
manpreetn is currently offline  manpreetn   India
Messages: 5
Registered: November 2018
Karma:
Junior Member
I am running fudforums 3.0.4 and have to migrate them to a new host and upgrade to 3.0.9.

Steps taken
1. Install 3.0.4 on the new host at /var/www/
2. Check if the default install is working. (which works)
2. Take backup from current hosting and restore to the new location. from /var/www/virtuals/
3. Run consistency check
4. Run reindex

At this point no matter what link I click it redirects to the same page.1
1. Login works I can go into administration using user/password from the newly restored DB
2. All links on first page except Administration(after loing) return to same page.

Server Setup :
1. Debian Stretch
2. Apache 2.0
3. php5.6 (since 7.0 is missing a function)
4. mysql (hosted locally)

my .htaccess
<pre>
php_value output_buffering 64000
php_value variables_order GPCS
php_flag implicit_flush 0
php_flag register_globals 0
php_flag register_argc_argv 0
php_flag magic_quotes_gpc 0
php_flag session.use_trans_sid 0
php_flag expose_php 0

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php/$1 [L]

<Limit CONNECT>
order deny,allow
deny from all
</Limit>


## EXPIRES CACHING ##

ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"

## EXPIRES CACHING ##

</pre>


Apache config

<VirtualHost *:80>
ServerAdmin webmaster(at)example(dot)com
DocumentRoot /var/www/forums.example.com/
ServerName forums.example.com
ErrorLog /var/log/apache2/forums.example.com/error_log
CustomLog /var/log/apache2/forums.example.com/access_log combined
<Directory /var/www/forums.example.com/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Failing to change forum to RTL
Next Topic: Upgrade fro 3.0.6 to 3.1.0 failed: Unable to compile theme default
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Apr 27 18:56:48 GMT 2024

Total time taken to generate the page: 0.03862 seconds