I am unable to find httpd.conf file or the include file containing the VHOST entry on my host (GoDaddy.com). However, I have added a wildcard domain in my DNS record.
Can I configure .htaccess file for “ServerAlias” entry ?
I am still facing the issue. Can anyone assist me ?
Thanks in advance.
I am facing similar issue with a slight difference. If I go to sub.domain.com/wp-admin, a 404 page is returned. Kindly suggest.
The .htaccess file is as under;
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]