panjere1
Forum Replies Created
-
Forum: Networking WordPress
In reply to: MultiSitep.s. there is an ‘htaccess’ file in my wildcard subdomain as well and inside it there is:
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .phpother notes:
sometimes when I try to go to one of my new sites I get a different message:
‘Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@digitalgooru.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.’
Finally, note that my wildcard subdomain folder is in the same folder as my wordpress installation folders i.e. ‘public_html’ folder.
S~
Forum: Networking WordPress
In reply to: MultiSiteI go to ‘digitalgooru.com’ to get to my main site and it opens up just fine. From inside that sites dashboard I go to ‘my sites’ and from the list of sites there I click on one of my new sites and get what looks like an ad for Bluehost with my domain name listed only i.e. digitalgooru.com. If I enter a different web name of any kind into the address bar of my browser i.e. fake.digitalgooru.com I get the same ad graphic. Its like the sub domain is not even there. Just a graphic from Bluehost that says
‘Bluehost Affordable, Reliable
Web Hosting Solutions Web Hosting – courtesy of http://www.bluehost.com’then lists several types of services Bluehost offers.
The only subdomain I have in my root folder is the wildcard subdomain titled digitalgooru.com.
In my .htaccess folder:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressThanks for trying to help.
S~