Title: charliegavin's Replies | WordPress.org

---

# charliegavin

  [  ](https://wordpress.org/support/users/charliegavin/)

 *   [Profile](https://wordpress.org/support/users/charliegavin/)
 *   [Topics Started](https://wordpress.org/support/users/charliegavin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/charliegavin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/charliegavin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/charliegavin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/charliegavin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/charliegavin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Duplicating Default Theme’s Text Style](https://wordpress.org/support/topic/duplicating-default-themes-text-style/)
 *  Thread Starter [charliegavin](https://wordpress.org/support/users/charliegavin/)
 * (@charliegavin)
 * [17 years ago](https://wordpress.org/support/topic/duplicating-default-themes-text-style/#post-1098696)
 * Hate to bump it but this is getting lost amongst the posts.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [where can I download this theme from?](https://wordpress.org/support/topic/where-can-i-download-this-theme-from/)
 *  [charliegavin](https://wordpress.org/support/users/charliegavin/)
 * (@charliegavin)
 * [17 years ago](https://wordpress.org/support/topic/where-can-i-download-this-theme-from/#post-1098687)
 * Can you set the topic to “resolved”?
 * Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [where can I download this theme from?](https://wordpress.org/support/topic/where-can-i-download-this-theme-from/)
 *  [charliegavin](https://wordpress.org/support/users/charliegavin/)
 * (@charliegavin)
 * [17 years ago](https://wordpress.org/support/topic/where-can-i-download-this-theme-from/#post-1098677)
 * Unfortunately, that theme is exclusive to WordPress.com
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Install Trouble on 000webhost (Yeah, I know)](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/)
 *  Thread Starter [charliegavin](https://wordpress.org/support/users/charliegavin/)
 * (@charliegavin)
 * [17 years ago](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/#post-1097782)
 * I had installed it in two subdomains (wasn’t working in either). In the other
   subdomain, there was no .htaccess file. I made one with the snippet you provided.
 * Thanks for the help!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Install Trouble on 000webhost (Yeah, I know)](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/)
 *  Thread Starter [charliegavin](https://wordpress.org/support/users/charliegavin/)
 * (@charliegavin)
 * [17 years ago](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/#post-1097776)
 * Solved!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Install Trouble on 000webhost (Yeah, I know)](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/)
 *  Thread Starter [charliegavin](https://wordpress.org/support/users/charliegavin/)
 * (@charliegavin)
 * [17 years ago](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/#post-1097770)
 * Also, I tried to insert that snipped in the .htaccess in that subdomain, but 
   it told me:
 * Could not change perms on /public_html/artblog/.htaccess: Operation not permitted
   in /home/manager/public_html/includes/filesystem.inc.php on line 723
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Install Trouble on 000webhost (Yeah, I know)](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/)
 *  Thread Starter [charliegavin](https://wordpress.org/support/users/charliegavin/)
 * (@charliegavin)
 * [17 years ago](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/#post-1097767)
 * I found an activity log. Would that be like the same thing?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Install Trouble on 000webhost (Yeah, I know)](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/)
 *  Thread Starter [charliegavin](https://wordpress.org/support/users/charliegavin/)
 * (@charliegavin)
 * [17 years ago](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/#post-1097756)
 * These are the contents:
 *     ```
       <?php
       /**
        * Front to the WordPress application. This file doesn't do anything, but loads
        * wp-blog-header.php which does and tells WordPress to load the theme.
        *
        * @package WordPress
        */
   
       /**
        * Tells WordPress to load the WordPress theme and output it.
        *
        * @var bool
        */
       define('WP_USE_THEMES', true);
   
       /** Loads the WordPress Environment and Template */
       require('./wp-blog-header.php');
       ?>
       ```
   
 * And about server logs… I’m not sure what they are. I’m sure that just made me
   look like an idiot.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Install Trouble on 000webhost (Yeah, I know)](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/)
 *  Thread Starter [charliegavin](https://wordpress.org/support/users/charliegavin/)
 * (@charliegavin)
 * [17 years ago](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/#post-1097741)
 * Weird old habit that started when I misunderstood something in WordPress.
 * Are you suggesting I put and .htaccess in my /artblog subdomain? Because I need
   [http://charliegavin.net](http://charliegavin.net) to point to something else.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Install Trouble on 000webhost (Yeah, I know)](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/)
 *  Thread Starter [charliegavin](https://wordpress.org/support/users/charliegavin/)
 * (@charliegavin)
 * [17 years ago](https://wordpress.org/support/topic/install-trouble-on-000webhost-yeah-i-know/#post-1097737)
 * I usually set things to 777 when I set them up and then change the CHMOD later.
   Maybe that’s bad, i guess.
 * I’ll try editing the .htaccess – thanks for the suggestion.

Viewing 10 replies - 1 through 10 (of 10 total)