bexstar82
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't load site after transfer to root dirHave emailed, cheers BB
Forum: Fixing WordPress
In reply to: Can't load site after transfer to root dirStill no good. Would you be willing to have a look at the files for me? I don’t know if that is ok or if there is some where I can go. I can PM you the username and password.
I am desperate πForum: Fixing WordPress
In reply to: Can't load site after transfer to root dirDo I need to change any thing in regards to the config or index.php files??
Forum: Fixing WordPress
In reply to: Can't load site after transfer to root dirBugger, no good: I get this on the page:
The page isn’t redirecting properlyFirefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept
cookies.Forum: Fixing WordPress
In reply to: Can't load site after transfer to root dirOk BB will try and let you know…
Forum: Fixing WordPress
In reply to: Can't load site after transfer to root dirCancel that last post:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /home/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /home/index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Can't load site after transfer to root dirok here it is Big Bagel
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Can't load site after transfer to root dirSorry I have got so many “how to” sites open at the moment, frantically trying to find a solution. It got that info from http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Could you tell me what word press rules I need to paste into the .htaccess file? I am very new to WordPress and it is all quite foreign to me.Forum: Fixing WordPress
In reply to: Can't load site after transfer to root dirWith regards to step 9 and beyond for
codex.wordpress.org/Moving_WordPress#Moving_WordPress_Within_Your_Siteit says to: Change the following and save the file. Change the line that says:
require(‘./wp-blog-header.php’);
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);
I am not sure I would be changing mine too?
Again, any help would be greatly appreciated.Forum: Fixing WordPress
In reply to: Can't load site after transfer to root dirThanks dgilmour but I can’t get into my admin so I am stuck! When I try to login in I receive an Error 404 message.I am completely lost. Maybe it is because I moved my files to the root dir and not copied them??
Forum: Fixing WordPress
In reply to: Can't load site after transfer to root dirHi – Thanks so much for your quick response!
I tried to login but it I get “Not Found The requested URL /wp-login.php was not found on this server.
Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny13 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g Server at mudshop.com.au Port 80
I am freaking out a bit now! I know this is the correct username and password. I don;t understand about permalinks, is there anything I can do from my FTP?
Thanking you again!