Martin Robbins
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminShow me the first 5 lines from twentyfifteen/functions.php , enclosed in backticks …
Or did you change some other file by mistake?
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminLike you wrote, “it’s magic” … the install remains at /wp/ …
We did a “virtual relocation” to make it “appear” to visitors be at the root. I had you set that up yesterday, remember you edited the /index.php.bad and then we renamed it today after we fixed the site?
That’s is all you should have done a week ago to accomplish your objective.
You dashboard login still has the suffix http://im.mikediane.com/wp/wp-admin
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminI would just stay with TwentyFifteen, theres some nice color schemes you can customize and it’s great responsive. Consider it for your other sites as well.
Refresh your browser and see post 166 (two up from here) for other sites advice, the legacy url, and final cleanup.
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminYou are welcome, you just wrote the testimonial in the forum, so Thank You as well.
Do you get the email when I write @pwdiane ?
You should be wary of responsive theme on your other sites. A responsive version update or a WordPress version update could break them.
Your last step to completely remove the /wp/ suffix in all cases, make twentyfifteen/functions.php like this:
<?php update_option('siteurl','http://im.mikediane.com'); // update_option('home','http://im.mikediane.com/wp'); /** * Twenty Fifteen functions and definitionsVerify you see the site without the suffix at both http://im.mikediane.com and http://im.mikediane.com/wp
When the suffix /wp/ gone in both cases,
Your last step to cleanup, make twentyfifteen/functions.php like this:<?php // update_option('siteurl','http://im.mikediane.com'); // update_option('home','http://im.mikediane.com/wp'); /** * Twenty Fifteen functions and definitionsPlease mark the topic resolved?
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminNot quite done though, really it should be without the suffix regardless, right? and we have some cleanup and advice re: other sites
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminsee your site without the suffix at http://im.mikediane.com/ ?
see your site with the suffix at http://im.mikediane.com/wp/ ?
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into admincopy the /wp/.htaccess to /
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminIt’s OK, visit settings > permalinks and set your preference and save
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminrename /index.php.bad to /index.php
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminNo worries
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminI think we’re all done, except you need to find a new theme to replace responsive, it’s messed up and broke my test site today!
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminsee your site at http://im.mikediane.com/wp/ ?
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminActivate theme twentyfifteen
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminMuch better! Try login at http://im.mikediane.com/wp/wp-admin
Forum: Fixing WordPress
In reply to: Changing directory now cannot get into adminOk that’s contrary to what you gave me a minute ago.
Show me again the first five lines of twentyfifteen/functions.php and try to enclose in backticks(below the reply box do you see those backtick instructions?)