• Resolved elysealomar

    (@elysealomar)


    Yup, I’m a newbie. Searched everywhere to solve problem solo, but am giving up.

    Successfully installed wp using web host w/cPanel (all wp files in a subdirectory titled “blog” located in my public_html directory). Can access and log in to admin acct.

    However, if I try to view site, I get the following error message:
    403 Forbidden
    You don’t have permission to access /blog/ on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    And cPanel error log reads:
    [Sat Oct 14 00:10:48 2006] [error] [client 24.20.11.27] File does not exist: /home/pvptaor/public_html/404.shtml
    [Sat Oct 14 00:10:48 2006] [error] [client 24.20.11.27] File does not exist: /home/pvptaor/public_html/favicon.ico
    [Sat Oct 14 00:10:48 2006] [error] [client 24.20.11.27] File does not exist: /home/pvptaor/public_html/403.shtml
    [Sat Oct 14 00:10:48 2006] [error] [client 24.20.11.27] Directory index forbidden by rule: /home/pvptaor/public_html/blog/

    Thanks for any help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can we have the contents of any .htaccess files that may be floating around? I have a suspicion some Permalink rules may be stuffing up.

    I’d delete everything, remove data from the db, and install WordPress the old fashioned way..

    Thread Starter elysealomar

    (@elysealomar)

    Contents of .htaccess file (which was sitting in my public_html directory)

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName https://www.pvpta.org
    AuthUserFile /home/pvptaor/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/pvptaor/public_html/_vti_pvt/service.grp

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Install ok, but can’t view page’ is closed to new replies.