artur
Forum Replies Created
-
Forum: Networking WordPress
In reply to: WordPress 3.0 Multisite using sub-directories not creatingFIXED!
basically it was Dreamhost’s fault.
all i needed to do is comment out this line in the wp-config.php//$base = DB_NAME;
* i hope that doesnt affect any other WP features?
will it?Forum: Networking WordPress
In reply to: WordPress 3.0 Multisite using sub-directories not creatingalso when i manually go to the url : https://mysite2.convertmyflash.com/
i dont see any Styles/template setup.and when i setup a new subdomain.. the new user gets this url to login:
https://mysite2.convertmyflash.comconvertmyflash_comForum: Networking WordPress
In reply to: WordPress 3.0 Multisite using sub-directories not creatingok. i just setup WP 3 on their PS service..
and everything went smooth.. until i started to make a new SubDomain.
* the main domain works great.but when i click on the new subdomain site i get a repeated url:
https://mysite2.convertmyflash.comconvertmyflash_com/
and it should be:
https://mysite2.convertmyflash.com/my wp-config ( after the serial key code ):
//define('WP_ALLOW_MULTISITE', true); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'convertmyflash.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); /* Stop editing */ $server = DB_HOST; $loginsql = DB_USER; $passsql = DB_PASSWORD; $base = DB_NAME; define('ABSPATH', dirname(__FILE__).'/'); // Get everything else require_once(ABSPATH.'wp-settings.php'); ?>
i also tried commenting out :
'define( 'DOMAIN_CURRENT_SITE', 'convertmyflash.com' );'
and no luck!
please advise thanks!
Forum: Networking WordPress
In reply to: WordPress 3.0 Multisite using sub-directories not creatingif i order Dreamhost PS, will MultiSite need more manual configurations ( like the samples above ) to work with subdomains?
or are these hacks for installs not hosted using PS hosting?and will this plugin :
https://www.ads-software.com/extend/plugins/wordpress-mu-domain-mapping/
allow me to manage the subdomains in a more user friendly way?also can u recommend a BETTER host? that can handle 1000 WP MulitSite re-mapped subdomains?
thanks!
arturForum: Plugins
In reply to: :: WPBOOK 2.02 isnt working – PLS HELPfixed.
make sure your ID’s are different ( for both Wall and Page )
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Can I put wp posts to WALL on the page?me too!
how???!?!?!?!?!