keira_19
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site not working after giving wordpress it’s own directory.. you aren’t even worth the reply. why are you even on these SUPPORT forums anyway. You sure sound bitter about something, maybe you just don’t get paid enough?
Forum: Fixing WordPress
In reply to: Site not working after giving wordpress it’s own directoryrightio. maybe you shouldn’t ‘generalize’ about ‘everybody’. you might just get it wrong sometimes.
Forum: Fixing WordPress
In reply to: Site not working after giving wordpress it’s own directorywhooami – what is that supposed to mean? I’m looking for help, not childish sarcasm.
Forum: Fixing WordPress
In reply to: Site not working after giving wordpress it’s own directory*bump*
I know my last reply was this morning, but if anyone else can shed some light on this it would be much appreciated! My client is very anxious to have their site back and running asap!
thanks 🙂
Forum: Fixing WordPress
In reply to: Site not working after giving wordpress it’s own directoryOK So now I only have the one .htaccess file which is on the root directory.
the files within the wordpress directory (/wp) work fine, the images all load as normal, it no longer goes to an ‘index’ page as it first did, but the index.php page which is on the root directory still doesn’t load the images in the header properly, or within the posts either.
this is the index page: http://www.schmap.com.au/index.php
and here is one of the other pages within the directory as it should look: http://www.schmap.com.au/wp/?page_id=2
In the index.php on the root I changed the code to say
<?php /* Short and sweet */ define('WP_USE_THEMES', true); require('./wp/wp-blog-header.php'); ?>and the original index.php within the /wp folder just has:
<?php /* Short and sweet */ define('WP_USE_THEMES', true); require('./wp-blog-header.php'); ?>Forum: Fixing WordPress
In reply to: Site not working after giving wordpress it’s own directoryokay i’ve made sure i have 2 index.php files. the one in the wp directory has the original code, and the one outside has the new code. also the ht access file is in both places as well, but still no change?
I don’t think I have permalinks set up, or well I don’t know what they are so I didn’t do anything for step 11 but log in.