installing Wordpress on an ISPConfig Debian server

Discussion in 'Installation/Configuration' started by gillesdevals, Sep 18, 2014.

  1. gillesdevals

    gillesdevals Member

    I have a dedicated server OVH with Debian 6.0.10 and ISPConfig 3.0.5.3

    I created a website on a specific domain with the following parameters ISP1.jpg)

    I created a database
    Uploaded the wordpress files (version 4.0)
    Changed the right of all directories and files to 0777
    Installed wordpress

    all is ok

    I uploaded a specific theme Eclipse-photo
    When I want to personalize the theme I have an error 403


    Anybody can help me to resolve ?
     

    Attached Files:

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The problem are the directory permisions:

    change them back to 755 and then check that all fils and folders in that website are owned by the web user and client group of that website.

    If the error still persists afterwards, then take a look at the error.log of the website.
     
  3. webguyz

    webguyz Active Member HowtoForge Supporter

    Use FTP instead of SCP or something like that to upload the files then you don't have to mess with permissions and ownership.
     
  4. gillesdevals

    gillesdevals Member

    I changed to 0755 but I don't know how to check that all fils and folders in that website are owned by the web user and client group of that website.

    I retried but I have always the error 403.

    I didn't find the file error.log, where is it ?
     
  5. gillesdevals

    gillesdevals Member

    I used ftp
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    in the log folder of the website.

    then the permisions should be fine.
     
  7. srijan

    srijan New Member HowtoForge Supporter

    Check the permissions and ownership in the Document root of the wordpress site.

    If you are using apache then check
    or in case of NGINX check

     

Share This Page