Hello. I am new to this. I have spent many hours going through the support area and other but I can't find the answer to this. As with other similar posts my new subdirectory site in a newly installed WordPress network does not show a theme.
I have conatacted my host and they have fixed my .htaccess file. Here is an email from them:
There were some errors in your public_html/.htaccess file. I have fixed the file and your site and wp-admin loads correctly. You can view this file using the cPanel File Manager, selecting "Show hidden files", or an FTP application, also showing hidden (dot) files. Your original file was renamed as: public_html/.htaccess.20100808t
That fixed alot but not the theme. I contacted them again and they told me to do this:
That issue is due to WordPress using the URL to form a link for the CSS style sheet. In your page source, I see:
<link rel="stylesheet" type="text/css" media="all" href="http://worldmemorialpost.com/fishandgamepost/wp-content/themes/twentyten/style.css" />
Which should be:
<link rel="stylesheet" type="text/css" media="all" href="http://worldmemorialpost.com/wp-content/themes/twentyten/style.css" />
This is an internal issue with WordPress. Please refer to documentation and support at: http://www.wordpress.org
I can access my site through an FTP but I don't know what folder or file to go to to make this change.
Also, I am only using this website to practice doing what I want to do on my real future website. I don't want to make the same mistake again on that website and I am hoping you can let me how to do things correctly next time. Thank you.