No input file specified in WordPress Multisite-in Subdomain
-
Dear All,
I have been facing issue with wordpress Multisite
I am using
WordPress Version 3.8.1
Multisite structure: subdomain.domain.com
OS: centos 6.4
Server Taken: server Mania
Panel: Zpanel
SSH Access: yesI have follow all direction as suggested before the WordPress Multisite structure.
I have not created wildcard DNS zone, I am trying to create sub-directory with * but it is not creating in zpanel. However wordpress didnt show any error related to wildcard DNS
I am sure that issue with some mod or htaccess
Thanks in advance
code is added below
HTACCESS CODE
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]
paste in wp-config
define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'shoppied.in'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘No input file specified in WordPress Multisite-in Subdomain’ is closed to new replies.