greenlineag
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Error 404 when logging in – first loginFeeling good. 🙂
I used “code edit” and added /wp. And now http://www.greenlineag.co.nz opens my wordpress site.
Thanks for your help. Until next time….
Forum: Installing WordPress
In reply to: Error 404 when logging in – first loginWhat happens if I try to use “code edit” option but it’s not the way to do it. I have a copy of the original text saved. And I haven’t done any work on my site so nothing to lose. If I muck it up can I just uninstall and re install word press?
Forum: Installing WordPress
In reply to: Error 404 when logging in – first loginBut wait theres more. My addition of wp or wordpress doesn’t seem to be saved when I open, change and save in notepad as when I reopen the index.php file it still has just
( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
So I assume all I need to do is change and save this correctly?
Forum: Installing WordPress
In reply to: Error 404 when logging in – first loginIf I right click on the index.php file I have the option to Code Edit. Should I be doing the change that way?
Forum: Installing WordPress
In reply to: Error 404 when logging in – first loginSo here’s the result of my attempt. (please let me know if I should start a new thread for this).
I went through all the steps. Guessing I must of done something wrong when I edited the index.php. I did this by double clicking on the file in public_html and opened with notepad (in windows). I then added ‘wordpress’. Also tried ‘wp’ with the same result.
Now I can log on to wordpress at http://www.greenlineag.co.nz/wp/wp-admin.
But when I try and go to http://www.greenlineag.co.nz I get the following:
Warning: require(/home/greenlin/public_html/wp-blog-header.php): failed to open stream: No such file or directory in /home/greenlin/public_html/index.php on line 17
Fatal error: require(): Failed opening required ‘/home/greenlin/public_html/wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/greenlin/public_html/index.php on line 17
Forum: Installing WordPress
In reply to: Error 404 when logging in – first loginThanks for your help. I logged in at http://www.greenlineag.co.nz/wp/wp-admin/ and I am all go!!
I will now try and change it to the root of the domain (which is where I want it). Wish me luck. 🙂