Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Forum: Fixing WordPress
    In reply to: error in feed
    Thread Starter yungfei1989

    (@yungfei1989)

    thanks for the reply….I have delete all of my wordpress file after 5 hour I search no solution…then I instal with a new template..then now it look valid..thank..

    Thread Starter yungfei1989

    (@yungfei1989)

    I know that the theme is get problem…so how to fix the problem if error sound like that??what the cause of the warning like that..??

    Thread Starter yungfei1989

    (@yungfei1989)

    I want to know how to fix it jameskoster. I am in costume a template if error like that not to avoid the warning…I want to know the code to fix this problem. May be I am wrong in code….

    hi, how to fix this bug???I also receive this error….please give me a solution..thx

    Thread Starter yungfei1989

    (@yungfei1989)

    I hosted at web hosting no localhost…the code just example I make at localhost, modified from my server hosting….the code is right?or need some additional??

    Thread Starter yungfei1989

    (@yungfei1989)

    this is my .htaccess

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    # END WordPress

    and my config.php

    //define('WP_ALLOW_MULTISITE', true);
    //define('MULTISITE', true);
    //define('SUBDOMAIN_INSTALL', true);
    //define('DOMAIN_CURRENT_SITE', 'localhost/backup_yungfei/newspaper');
    //define('PATH_CURRENT_SITE', '/');
    //define('SITE_ID_CURRENT_SITE', 1);
    //define('BLOG_ID_CURRENT_SITE', 1);

    I copy the setting from tutorial setting multi site..
    May be it incorrect??

    @ipstenu: How to set up sub domain correctly?? I only set sub domain as ordinary I create sub domain…How to make sub domain point to WP folder and not to their own folder?

Viewing 6 replies - 1 through 6 (of 6 total)