Wordpress continue redirecting to wp-admin/install.php

kumkumsharma

Administrator
Staff member
For Wordpress website there can be various reasons to redirecting on wp-admin/install.php continuously, this also varies according to situation. Let’s see how to resolve this issue:

Check wp-config file: First of all check the wp-config file is available in your Wordpress or not. Also, cross checks its spelling and permission too.

Check your database details: You have to check your database name, username and password. Check for table prefix in your config file and enter all details correctly.

Check for wp_options table: Check your database table and here important table is wp-options table in which you have to check siteurl and home.

Try to restore your wordpress application: If all the above solution won’t work then you can try to restore your database from previous available backup.
 
Top