leftsideways
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Problem with fresh, vanilla wordpress 4.4 install/dir/www/blog/
/dir/www/blog/website-a/wp-config.php
/dir/www/blog/website-b/wp-config.php
/dir/www/blog/website-c/wp-config.phpI have 3 copies of WordPress running perfectly fine.
I copy the wp-config.php from website-b to /dir/www/blog/ for ‘backup’, without renaming it [mistake on my part]
Install fresh WordPress at /dir/www/blog/new-site/The fresh install would read the previously configured wp-config.php that was in the directory below it. This was confirmed as the href links on the new-site/wp-login.php page had were set to website-b, not new-site.
…hope this helps to clear up the mud puddle i made!
Forum: Installing WordPress
In reply to: Problem with fresh, vanilla wordpress 4.4 installthat is not correct; let me clear it up.
I had put a backup copy in the parent directory of the install. This was a mistake on my part which was compounded by it having web-read/writable permissions outside of where it should have.
ie: 100% MY FAULT, NOT WORDPRESS!
Forum: Installing WordPress
In reply to: Problem with fresh, vanilla wordpress 4.4 installInstall in three parts:
a:ssh to server and change to website install directory
b:wget "ww.wp.xz.cn/latest.tar.gz" --no-check-certificate;tar -xzf latest.tar.gz;mv wordpress/*;rm -rf wordpress xmlrpc.php
c:use browser at domain for website directoryIt was via an ssh shell and a browser.
Edit: forgot
chown -R www-data:www-data *Forum: Installing WordPress
In reply to: Problem with fresh, vanilla wordpress 4.4 install… all the same, interesting that the vanilla install was going back one directory further than the install itself…
Forum: Installing WordPress
In reply to: Problem with fresh, vanilla wordpress 4.4 installACK! Been busy working on said client site as there was a SUPER strange issue; perhaps you could forward it to the powers that be.
There was a web-user writable copy of a previous client’s
wp-config.phpfile that was two directories back from the existing client’s website directory.I am kicking self for having bad server permissions which would have prevented this, but interesting to note that the vanilla install was going back so many directories.