knapp71
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Fix Error 302I’m having same problem.
Forum: Installing WordPress
In reply to: Can’t upload images from computerUpdate: When I upload the images, they’re still going into the /Blog directory!
Why is this? I’ve changed everything in the WP settings. The file path of the uploaded image indicates it’s going straight to the root, and not /Blog, but then I check in the directory and it’s in /Blog. Bizarre!
htacess issue?
mod_security?
I don’t know, thanks.
Forum: Installing WordPress
In reply to: WordPress URL issuesSo all that needs to be in the public.html directory is index.php file?
Right now, the index.php file is:
<?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’);
?>I just have to add /Blog to the last line so that it reads (‘./Blog/wp-blog-header.php’)?
And that’s it, voila?
Because it seems easy enough just to delete all the other stuff out of the public, and you’re saying that would resolve the probably totally.
If anyone can confirm this is right, I will just delete the other stuff.
Forum: Fixing WordPress
In reply to: Blog Is Blank In Internet ExplorerThank you so much. I was freaking out about this. You hit it right on the head.