I installed wordpress script in my main site http://test.com Now i want to use wordpress mutli site option for my subdomain sites also I mean without installing wordpress script again in my subdomains I created subdoamin sub.test.com and followed the instructions. modified wp-config.php and .htaccess file Also added the sub.test.com in networkadmin. but sub.test.com not showing wordpress.
no need to install wp again We can run wordpress in both domain and subdomain and subdomain with single installation. If anyone have the experice with this, please check the above post and reply me
I will help you here, I just setup a multisite option for my friend. pm me your site & admin username and password. i will try to help you.
I have modified wp-config.php like below define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'limecuda.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); .htaccess also modified RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] i added subdomain through network admin =>add new but when i accessing http://sub.domain.com/wp-admin/ showing Internal Server Error