help me….subdomain not working..server not found
-
hiii mate,
its totally frustrating for me since 2 days..
I am new to multisites..
step done
i enable multiste
define('WP_ALLOW_MULTISITE', true);
logoin to my shared hostgator cpanel
went to subdomain and add my domain
*.example.com
and rooted to public html since i am using only one domain ..on my root
i checked both of my site address in wp general section..both r same
i install my wordpress in root
i went to file manager then wp-content then add folder blogs.dir
i copy wp-config coding+ httcces coding hence
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded ?les RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] # END WordPress
and for wp-config
define('WP_DEBUG', false); /* Multisite */ define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'example.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */
after doing all setup..
i add new site
test.example.com
but its saying server not found error
what the hell..i did wrong
i check my dns setting and its already there
*.example.com A 192.0.43.10conversion between me and my host
My Questions
Please make sure the Apache mod_rewrite module is installed as it will be used at the end of this installation.If mod_rewrite is disabled, ask your administrator to enable that module, or look at the Apache documentation or elsewhere for help setting it up.
I am getting this message from wordpress…& I unable to comlete my installtion..Plz enable Apache mod-rewrite as soon as possible so i can complete my installtion
And I need sir all this
SERVER REQUIREMENT
PHP 5.2.4 or greater
MySql 5.0.15 or greater
Apache_mod_rewrite module
—————————————————-
WordpressWordPress must install in root directory plz check if i am dome correctly or not
also did you support wild card DNS?
There Anwser:
Hello,
Yes, wildcard is enabled, mod_rewrite is also enabled by default on all our machine.
Apache version 2.2.23
PHP version 5.3.19
MySQL version 5.1.65-cllThose information can all be found over cPanel.
Let us know if you need anything further, we’ll be happy to help!
You will probably need some module such as https://www.ads-software.com/extend/plugins/wordpress-mu-domain-mapping/ for handling mapped domains.
The best way to got some help with your script is still to contact your developer directly:
- The topic ‘help me….subdomain not working..server not found’ is closed to new replies.