HannahSwift
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Logging in/giving wordpress it's own directory ?!Okay, the logging in part fixed itself. But how do I fix the URL problem?
Forum: Fixing WordPress
In reply to: Logging in/giving wordpress it's own directory ?!Sorry, half of it isn’t going into the code because of apostrophe’s inside of it.
Forum: Fixing WordPress
In reply to: CSS /blog/ to /wordpress/ issue!?!Oh My Gosh, THANK YOU SO MUCH MERCIME! I cannot thank you enough!!!!!!!!!!!!!! I have tried another forum and none of them knew what to do!!
THANK YOU SO MUCH!! IF I COULD HUG YOU I WOULD!! 🙂
Forum: Fixing WordPress
In reply to: Giving wordpress it's own directory errorResolved from another forum.
Forum: Fixing WordPress
In reply to: Giving wordpress it's own directory errorChanged index.php to:
<?php * * @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_once('wordpress/wp-blog- header.php') ?>And changed the .htaccess to:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L] </IfModule> # END WordPressPlease help. I am desperate!
Viewing 5 replies - 1 through 5 (of 5 total)