Note that there are some explanatory texts on larger screens.

plurals
  1. POWordpress keeps redirecting to install-php after migration
    primarykey
    data
    text
    <p>Here's my situation. I have followed the exact instructions on wordpress codex page about moving a site to another server. Here are the step's i have taken.</p> <ol> <li>Export a copy of my database</li> <li>Make a new database in the new server</li> <li>Import the database I exported earlier</li> <li>Upload a copy of my Wordpress files via Ftp</li> <li>Use this <a href="http://interconnectit.com/124/search-and-replace-for-wordpress-databases/" rel="noreferrer">script</a> to change all my local url's to new one's </li> <li>Make changes to my wp-config.php file according to the new server(I did not forget table prefix. Although it has some uppercase characters in it )</li> </ol> <p>And then when I try to open my site on the new location it just directs me to wp-admin/install.php Now just to make the scenario clearer: The destination folder(on live server) is a sub directori in a public_html folder which already has another wordpress install inside it(I'm saying this just in case it should matter)</p> <p>My .htaccess looks like this</p> <pre><code> # BEGIN WordPress &lt;IfModule mod_rewrite.c&gt; RewriteEngine On RewriteBase /subDirectoryName/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /subDirectoryName/index.php [L] &lt;/IfModule&gt; # END WordPress </code></pre> <p>I have tried checking and repairing my tables via phpMyadmin but everything seems to be ok there and has no effect on the problem.</p> <p>I also tried emptying the database on the live server and go through with the install. And it installs with no problems and everything works fine but, well I have no use for another clean install. But I think this at least rules out any trouble with wp-config file. I'm using Wordpress Version 3.3.1</p> <p>So I guess the big question I'm left with is: <strong>Why isn't wordpress recognizing my Install after migration?</strong> </p> <p>Any help much appreciated! </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload