Title: wordpress/install.php?step=2  Error,
Last modified: August 19, 2016

---

# wordpress/install.php?step=2 Error,

 *  [alip30w](https://wordpress.org/support/users/alip30w/)
 * (@alip30w)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/wordpressinstallphpstep2-error/)
 * hi,
    i have a problem just at the beginning of the installation of wp, i downloaded
   the farsi version of 2.9, uploaded it to my host which is on a windows server,
   changed the name of wp-config, edited it and added the db settings, when i enter
   the /wordpress page, after filling beginning fields and pushing next, then this
   error happens: “ Not Found The requested document was not found on this server.“
 * it happens in a blank page,
 * i tested uploading all wp files again, but nothing changed,
    please help what
   is this for,

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [WPpremium](https://wordpress.org/support/users/wppremium/)
 * (@wppremium)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/wordpressinstallphpstep2-error/#post-1447740)
 * It since something is wrong from server side. I suggest contacting your hosting
   provider.
 *  [maitetosta](https://wordpress.org/support/users/maitetosta/)
 * (@maitetosta)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/wordpressinstallphpstep2-error/#post-1447802)
 * I am facing the same problem, and my host is on a linux server. They claim they
   can´t do anything because they don´t offer support to wordpress. I tried several
   versions and all of them have the same problem. Locally wp works fine. It´s got
   to be a server problem, right?
 *  [hansumstranja](https://wordpress.org/support/users/hansumstranja/)
 * (@hansumstranja)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/wordpressinstallphpstep2-error/#post-1447816)
 * I was having similar problems with step=2 in my installation (summer 2009) and
   discovered that on the server side, I found remedy with Disable Canonical Redirection.
   My issue was “[PHP is sending my browser’s location outside my wordpress folder](http://wordpress.org/support/topic/288759?)”
   and the canonical redirect by the server was where the grievance was located.
   As an isolated experiment that can be done and undone, try the following-
 * **What really solved the issue for me on my Concentric/XO Communication server
   was to Disable Canonical URL Redirection.** [(cite)](http://wordpress.org/support/topic/293821)
 * Create a text file with the following text and name it: disable-canonical-redirects.
   php
 *     ```
       <?php
       /*
       Plugin Name: Disable Canonical URL Redirection
       Description: Disables the "Canonical URL Redirect" features of WordPress 2.3 and above.
       Version: 1.0
       Author: Mark Jaquith
       Author URI: http://markjaquith.com/
       */
       remove_filter('template_redirect', 'redirect_canonical');
       ?>
       ```
   
 * Place this text file in wp-content/plugins/ and make it active. You may want 
   to install the WordPress folder and add this plugin to its appropriate location
   and then run the installation script so as to activate this plugin at the get-
   go (if you are having trouble getting it activate in the dashboard or mid process).
   If this is the remedy, reply success.
 *  [thomas1986](https://wordpress.org/support/users/thomas1986/)
 * (@thomas1986)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/wordpressinstallphpstep2-error/#post-1447882)
 * I have the same problem.
 * When I upload the text file as written above the following error message appears:
   
   Fatal error: Call to undefined function: remove_filter() in C:\Inetpub\vhosts\
   gezond-verstand.be\httpdocs\wordpress\wp-content\plugins\disable-canonical-redirects.
   php on line 9 PHP Fatal error: Call to undefined function: remove_filter() in
   C:\Inetpub\vhosts\gezond-verstand.be\httpdocs\wordpress\wp-content\plugins\disable-
   canonical-redirects.php on line 9
 *  [thomas1986](https://wordpress.org/support/users/thomas1986/)
 * (@thomas1986)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/wordpressinstallphpstep2-error/#post-1447919)
 * Can somebody help me with this? WordPress makes us believe that this easy to 
   install but apparantly it is not at all easy to install.
 *  [typomannn](https://wordpress.org/support/users/typomannn/)
 * (@typomannn)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/wordpressinstallphpstep2-error/#post-1447976)
 * Typically when you get an error that the file cannot be found, it is a path problem,
   meaning you are not pointing to the file.
 * A common mistake is to omit a folder that the file is in, for example root/folder/
   filename.ext.
 * Check to see if you are pointing to the correct file.
 * Gary
 *  [denkart](https://wordpress.org/support/users/denkart/)
 * (@denkart)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/wordpressinstallphpstep2-error/#post-1448017)
 * I had a similar problem: I couldn’t go beyond step2. The solution for me was 
   to change to php5 with .htaccess.
 *  [modelcitizen](https://wordpress.org/support/users/modelcitizen/)
 * (@modelcitizen)
 * [16 years ago](https://wordpress.org/support/topic/wordpressinstallphpstep2-error/#post-1448041)
 * so this might seem really stupid, but I was having same problem:
 * install.php?step=2 was bringing up 404 Not Found
 * but then I realised that of course it’s not found – WP was looking for install.
   php in the root directory, but it inside the ‘wp-admin’ folder. So I added ‘wp-
   admin/’ in front of ‘install.php’ int eh URL and everything now appears to be
   fine.
 * What had happened was I hadn’t manually gone to [http://www.domain.com/wp-admin](http://www.domain.com/wp-admin),
   but just [http://www.domain.com](http://www.domain.com) and that had still brought
   up the introduction page…
 * hope this helps someone.
 *  [Anyssa Ferreira](https://wordpress.org/support/users/anyssa/)
 * (@anyssa)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/wordpressinstallphpstep2-error/#post-1448103)
 * It helped me modelcitizen!
 * Same problem with the Install Step 2 404 error:
    _[http://www.domain.com.br/install.php?step=2](http://www.domain.com.br/install.php?step=2)_
 * It worked when I added the /wp-admin folder:
    _[http://www.domain.com.br/wp-admin/install.php?step=2](http://www.domain.com.br/wp-admin/install.php?step=2)_
 * Thanks!
 * Anyssa

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘wordpress/install.php?step=2 Error,’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 9 replies
 * 9 participants
 * Last reply from: [Anyssa Ferreira](https://wordpress.org/support/users/anyssa/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/wordpressinstallphpstep2-error/#post-1448103)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
