kenty
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Transferred host and now website loads at WP install pageFound the solution from a post two years ago – Samual B posted the solution as follows!!
The .htaccess files couldn’t be seen in cpanel/file manager, so I did it through filezilla- located ht.access/ highlighted it and selected edit with notepad/ add the text to the bottom of ht.access and click save, another box pops up to say do you want to over write existing, select yes and job done.
All is running again!!
I have paid for my Hosts back up facility, basically it automatically backs up all websites so you can restore to many points!
I know we can manually download backups and restore but I have done that and it took me over two weeks to solve all issues, it costs £28 a year! So think is well worth it if it does what it says on the tin!
Thanks Samual B/MOD and hope this is of help to someone else!!just add the rules
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
to the root .htaccess after the other stuffForum: Fixing WordPress
In reply to: Main page links/pages not found on server/404 errorFound the solution from a post two years ago – Samual B posted the solution as follows!!
The .htaccess files couldn’t be seen in cpanel/file manager, so I did it through filezilla- located ht.access/ highlighted it and selected edit with notepad/ add the text to the bottom of ht.access and click save, another box pops up to say do you want to over write existing, select yes and job done.
All is running again!!
I have paid for my Hosts back up facility, basically it automatically backs up all websites so you can restore to many points!
I know we can manually download backups and restore but I have done that and it took me over two weeks to solve all issues, it costs £28 a year! So think is well worth it if it does what it says on the tin!
Thanks Samual B/MOD and hope this is of help to someone else!!just add the rules
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
to the root .htaccess after the other stuffForum: Installing WordPress
In reply to: Transferred host and now website loads at WP install pageHello, My main page is loading but none of the content is found through the links.
Any ideas how to resolve this?
Those are getting this errorThe requested URL /orchid-growing-guides/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Forum: Installing WordPress
In reply to: Transferred host and now website loads at WP install pageHello,
The only thing that is different apart from DB user etc is prefixnew
excihnfive_old
wp_I was gonna just post this and wait for a answer, but I just replaced new one with the old, so it is now wp_
It worked, to just type and save that simple page, refresh and see my website pop up was a thrilling moment, I can tell you!
Over the moon Marvel!!! I could kiss yo if you was here! , I started my transfer on the 5th of Jan, been on to my Host I cannot tell you how much and spent countless hours installing, uploading, extracting etc
You are a legend!
Many thanks again!Forum: Installing WordPress
In reply to: Transferred host and now website loads at WP install pageMany thanks for that Marvel Labs, I will give that a go and report back, hopefully I will also mark as resolved if it works.
Regards
KeithForum: Installing WordPress
In reply to: Transferred host and now website loads at WP install pageWhat exactly was wrong with my last post?
Would moderation like to enlighten me?Forum: Installing WordPress
In reply to: Transferred host and now website loads at WP install pageHello Dyrer, Yes, there is a wp-config.php file and the DB values added.
This is my website file path, it just keeps redirecting here even though my webfiles are uploaded and database has no errors. I think my web guy may have tried a work around, hence the wp-admin/install.php file was not found. When this was found the WP install page loads.http://www.koolorchids.co.uk/wp-admin/install.php
The requested URL /wp-admin/install.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Head against a brick wall situation now as my Host have said it is a third party issue and my install looks good.
The only thing that really has changed is that my website now is not a primary domain and is a add on domain at my Host, Hostpapa.
Is WP trying to load my primary thus not finding my add on domain?Really appreciate anyone giving advice here, I am desperate to get the site back up and concentrate on more important things…
Forum: Installing WordPress
In reply to: Transferred host and now website loads at WP install pageJust to add I have checked my database structures tables and it comes back clean with no errors at all.
Forum: Fixing WordPress
In reply to: Site constantly being hackedI had the pharmacy hack, and someone hacked my main page to another basically to swear and prove they could.
The easiest way is to do a clean install from a back up you should have taken.Once WP is working again, take security measures, I found plugins, login lock, wordfence and there are others, do a plugin search and look at reviews etc.
Forum: Fixing WordPress
In reply to: This site is under developementWorks for me too!
Forum: Fixing WordPress
In reply to: Hack attempt, or just spammer?I also found loginlock very good and it locked out many false login attempts.
If you install the above and login lock it should keep you clear of most trouble.
Without these and my WP site was troubled with hacks, pharmacy hack was a nightmare and site had to be installed again and got me blacklisted by google!Forum: Fixing WordPress
In reply to: Error saving media attachmentHi, I have got the same error and it is doing my head in, surely WP should put out an update for such issues…
Regards Keith