everest19
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: instellation on old database?Hi samuel!
I am wating for help. I have done a subdomain and install a clear wp on it, how can I change the databse with an old database which I backuped and including all my users post? Please hep meForum: Fixing WordPress
In reply to: instellation on old database?Hi
I install wp on my main domain with a new databse and did a subdomain, wonder if I can install wp on sbdomain with my old database which has tabels and all my users post?Forum: Fixing WordPress
In reply to: instellation on old database?Hi
Right now I have a backup of both my files and the database , but I have not wp ! My site was made ??via wp and BuddyPress . Now when I install wp should I have new database and when importing the old database , it becomes database error. I want to get back to the site and any material from the database.
I’m very grateful for all the helpForum: Fixing WordPress
In reply to: admin login not foundHi
Can somebody help me please. I have change the htaccess and can find wp admin but and post displays on front page but other page can not be found.
kindlyForum: Fixing WordPress
In reply to: admin login not foundmy site link is borderlessnews.com
Forum: Fixing WordPress
In reply to: admin login not foundI think that is problem with redirect, because it can not find mysite/wp-admin
Forum: Fixing WordPress
In reply to: admin login not foundHow can I review password, The login can not be found
Forum: Fixing WordPress
In reply to: admin login not foundyes it works good
Forum: Themes and Templates
In reply to: ads not display in frontpagethank you
Forum: Fixing WordPress
In reply to: registerThanks esmi I inactived it and now it works
Forum: Fixing WordPress
In reply to: registertheme my login plugin
Forum: Fixing WordPress
In reply to: registerI did it with cklick to register I get “Not Found
The requested URL /login/ 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: Fixing WordPress
In reply to: registerNo
Forum: Fixing WordPress
In reply to: registerHi esmi
You have the code now. I wonder if it is ok to remove htaccess?Forum: Fixing WordPress
In reply to: registerRewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
### Generated by Dreamhost. DO NOT modify!!! ###
#AuthType Basic
#AuthUserFile /home/everest1331/borderlessnews.com/.htpasswd
#AuthName “Members Area”
#require valid-user
################################################