• Hi, I know this topic has been around here before but none of the posts solved my case here…

    I have the 403 forbidden/nginx above my header on the site.
    I have serched for $url, <center>, jquery but haven’t found anything that could cause this.
    No files include $url. 12 files include <center> and 400 files inlcude jquery. As you understand, I have not searched the 400 files…
    Also checked all files to be at least 755 and I’m on a hosted server, not my own…

    Ok, I’m not so experienced with php-code but still… Any help would be much appriciated.

    Also, I’m a bit confused, my sourcescode for the homepage includes two lines with <head> but only one with </head>. Is that normal???
    See below:

    ‘<head>
    <meta charset=”UTF-8″ />
    <meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″ />
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />

    <html>
    <head><title>403 Forbidden</title></head>
    <body bgcolor=”white”>
    <center><h1>403 Forbidden</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>’

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘403 forbidden nginx’ is closed to new replies.