can not log on to subdomain or admin
-
I am unable to log on to a subdomain admin nor the subdomain.
I can log on to my main site iconmatrix.com and in to the network adminI created 2 subdomains
https://creativio-im-red.iconmatrix.com/
https://creativio-im-blue.iconmatrix.com/When trying to log on to the admin I receive a 404 error not found
I have added a wildcard subdomain
www.*.iconmatrix.com. A 184.154.14.138our VPS apache httpd.conf is set
** Directory “/” Options [?]
FollowSymLinks default
SymLinksIfOwnerMatch defaultmy .htaccess is
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName https://www.iconmatrix.com
AuthUserFile /home/icon/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/icon/public_html/_vti_pvt/service.grp# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [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).*) wp/$2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ wp/$2 [L]
RewriteRule . index.php [L]# END WordPress
I did notice after install my db increased and reads as, I assume this is the subdomain creation.
wp_2_commentmeta
wp_2_comments
wp_2_links
wp_2_options
wp_2_postmeta
wp_2_posts
wp_2_terms
wp_2_term_relationships
wp_2_term_taxonomy
wp_4_commentmeta
wp_4_comments
wp_4_links
wp_4_options
wp_4_postmeta
wp_4_posts
wp_4_terms
wp_4_term_relationships
wp_4_term_taxonomy
wp_blogs
wp_blog_versions
wp_cf7dbplugin_submits
wp_commentmeta
wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_registration_log
wp_signups
wp_site
wp_sitemeta
wp_terms
wp_term_relationships
wp_term_taxonomy
wp_usermeta
wp_users
- The topic ‘can not log on to subdomain or admin’ is closed to new replies.