• After installation of word press 3.0 there is an error showing 403 forbidden error. I have changed the permission access of .htaccess to 666 from 644 & also i have changed the file permission of all the .php to 644 & wp folders to 775
    Any help & suggestions as soon as possible
    thanks in advance.

Viewing 1 replies (of 1 total)
  • i think u r using godaddy hosting . if yes then u need to have one more file with the wordpress files. i.e. index.php . make a file of this name having content as below and upload it over the root directry there. the problem eill b resolved.
    copy the below content and save it as index.php and upload.
    file content starts here
    <?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require(‘./wp-blog-header.php’);
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘403 Forbidden error after installation’ is closed to new replies.