charliegavin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Duplicating Default Theme’s Text StyleHate to bump it but this is getting lost amongst the posts.
Forum: Themes and Templates
In reply to: where can I download this theme from?Can you set the topic to “resolved”?
Thanks.
Forum: Themes and Templates
In reply to: where can I download this theme from?Unfortunately, that theme is exclusive to WordPress.com
Forum: Installing WordPress
In reply to: Install Trouble on 000webhost (Yeah, I know)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
In reply to: Install Trouble on 000webhost (Yeah, I know)Solved!
Forum: Installing WordPress
In reply to: Install Trouble on 000webhost (Yeah, I know)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
In reply to: Install Trouble on 000webhost (Yeah, I know)I found an activity log. Would that be like the same thing?
Forum: Installing WordPress
In reply to: Install Trouble on 000webhost (Yeah, I know)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
In reply to: Install Trouble on 000webhost (Yeah, I know)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 to point to something else.
Forum: Installing WordPress
In reply to: Install Trouble on 000webhost (Yeah, I know)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.