silveringking
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with phpI tried to restore the .htaccess by writing the following .htaccess:
# 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 WordPressHowever it doesn’t work for me. What should I do?
Forum: Fixing WordPress
In reply to: Problem with phpThere is no add handler, I have 3 orig files all of those redirect to a new htaccess, but none has anything but a message saying to check htaccess X
Forum: Fixing WordPress
In reply to: Problem with phpHi, I once backed up my wordpress with duplicator, it seems I lost the original .htaccess (or I cannot find it) and I have 4 files that say original, example:
htaccess.170823161829.orig
How do I recreated it?
Forum: Fixing WordPress
In reply to: WordPress doesn’t update after changing databaseHi, I solved while waiting, I just needed to change permissions from root to the correct user and group.
Thanks!
Forum: Fixing WordPress
In reply to: WordPress doesn’t update after changing databaseDoes this help? I can’t guess with this. Anyway, yes I uploaded the backup from duplicator via scp with root, I had some problems with my sftp account, I still have them (but that’s another story), all my dirs are owned by root because of this.
Forum: Fixing WordPress
In reply to: WordPress doesn’t update after changing databaseI don’t know how to check the Apache/Nginx process, I work on debian how do I check it?
Butwp-contentis owned by root, maybe that is the problem, no?Forum: Fixing WordPress
In reply to: WordPress doesn’t update after changing databaseThe error was
Update Failed: Could not create directory.But my plugins dir is with 755 if I am not wrong so it is correct, if you need me I can enable debugging.
Just so you remember I changed completely my database, now is a different database with new name, user and pass.
Forum: Fixing WordPress
In reply to: Tools to maximize views@tsure Thank you for you fast reply, I’m not willing to spend money on a Digital Marketing consultant, because the objective is to have fun while writing and not becoming really serious I am however set up a twitter account and see what happens, I’m not expecting going viral from one moment to the other or becoming viral at all. Thanks anyway for the other tips, I will be following them, even if I don’t even know really well what SEO is 🙂 .
- This reply was modified 9 years, 7 months ago by silveringking.