sedah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My blog error after I change Blog address (URL)Thank you. I know what do you mean. now my blog can online again
Forum: Fixing WordPress
In reply to: My blog error after I change Blog address (URL)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