• I’m trying to install on linux and I set permissions 777 for install.php just to be safe and it still won’t let me access it through my browser. Any ideas?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter sethbaur

    (@sethbaur)

    Can anyone help?

    Thread Starter sethbaur

    (@sethbaur)

    I’m sure someone must have some insight on this problem. I searched the forums but could not find anyone who had a similar enough issue to really help me. Can someone please help??

    It won’t let you accesss it how? Do you get an error message? A blank screen?
    More details would help.

    Thread Starter sethbaur

    (@sethbaur)

    Well like my topic name suggests, its giving me a 403 forbidden page.

    “You don’t have permission to access /wordpress/wp-admin/install.php on this server.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.”

    Got the same problem when trying to install…

    Forbidden
    You don’t have permission to access /wordpress/wp-admin/install.php on this server.

    Servetheworld is my host
    Apache/1.3.37 Server
    Linux

    Older versions of WP is installed correctly, it is the lates version i have problems with, have tried change acces permissions and such at the file and the directory. Also tried to see if any other files was openable, but failed at all.

    Trying to access wp-admin, wp-content or wp-includes folders in webshell is not possible, getting a error and sent back to root folder.

    I did manage to solve this on my site.
    What i did: Deleted all wordpress files
    Uploaded the Compressed file with a built in tool in WebShell.
    Decompressed the files with tool in WebShell
    And uploaded the wp-config file.

    Now it works fine. looks like when uploading with ftp manager or with IE the files is corrupted in a way. So try to find a secondary upload option if you have a host.
    If Hosting yourself perhaps try unpacking files directly to the folder it is supposed to end in. Sinse i am not hosting anything myself i rely dont know what can be done if it wount work. ??

    When I first installed WordPress I had “Forbidden” errors also. These errors were due to Apache being improperly configured. I could explain here what I did to fix it but the explanation is rather long. If you go to https://www.usefulramblings.org and look at the sidebar you will note that there are readme files for installing WordPress. If you go the bottom of the readme you will see the problem I experienced with an explanation on how to fix it. I hope this helps.

    I had this problem on my own server. It turns out I was installing the blog into a directory which was not permissibe enough. For example, installing at https://myserver/blogs/blogname/ didn’t work until I set both the ‘blogs’ and ‘blogname’ directory to 775. (In addition to making sure install.php was 777 and wp-config.php was 775).
    Perhaps 775 is too liberal for the directories, I’m not sure. But it worked for me.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘403 Forbidden for install.php’ is closed to new replies.