yungfei1989
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: error in feedthanks 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..
Forum: Plugins
In reply to: [WooCommerce] woocommerce 2.0.7 ProblemI 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..??
Forum: Plugins
In reply to: [WooCommerce] woocommerce 2.0.7 ProblemI 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….
Forum: Plugins
In reply to: [WordPress Post Tabs] Woocommerce Errorhi, how to fix this bug???I also receive this error….please give me a solution..thx
Forum: Networking WordPress
In reply to: Multi site not working at WP 3.5I 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??
Forum: Networking WordPress
In reply to: Multi site not working at WP 3.5this 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?