Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sedah

    (@sedah)

    Dear,

    Like I said before, I did not do anything except 2 steps above. I did not edit wp-config.php and function.php. So, there is no change on those files. But when I’ve done 2 steps above my .htaccess change permision is 777. Below content of my .htaccess now :

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /29/indonesia-furniture-handicraft-wholesale-marketplace/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /29/indonesia-furniture-handicraft-wholesale-marketplace/index.php [L]
    </IfModule>

    # END WordPress

    As additional information, there is no change on index.php file :

    <?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’);
    ?>

    I really hope this problem can be solved soon but I don’t know what I should do. So. please support me.

    Regard

    Thread Starter sedah

    (@sedah)

    Thank you. I know what do you mean. now my blog can online again

    I hope this helped you a lot.
    I once had same problem on my blog, but I found help via wordpress forums, great community.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My blog error after I change Blog address (URL)’ is closed to new replies.