Yes, I get an email when you post something on this topic. If you go to our site and add diane@ the web site address, I get email there.
Do you have a suggestion for a theme that is more stable, but will adjust to viewing on any device?
We have the url with /wp appended published. Is there a way to redirect people to im.mikediane.com if they use a legacy url?
I 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.
I am befuddled! When I go to my root directory: /im I do not see a wp-content folder. How is this possible? Isn’t that where the twentyfifteen theme should be?
Like 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
OK, now you’ve done it! The magician revealed the secret! OK, I’ll change those files like you said in post 166
Now the theme seems to be gone. It goes to the site, but is just plain with no theme
I can’t get into the admin log in either.
Show me the first 5 lines from twentyfifteen/functions.php , enclosed in backticks …
Or did you change some other file by mistake?
<?php
update_option('siteurl','http://im.mikediane.com');
//update_option('home','http://im.mikediane.com/wp');
/**
* Twenty Fifteen functions and definitions
*
* Set up the theme and provides some helper functions, which are used in the
it is /wp/wp-content/themes/twentyfifteen/functions.php
for sure
Ok try it without the 2 leading forward slashes on line 3
<?php
update_option('siteurl','http://im.mikediane.com');
update_option('home','http://im.mikediane.com/wp');
admin is saying session expired and gives a log in, but goes to that setup page.
OK put back the suffix on line 2
<?php
update_option('siteurl','http://im.mikediane.com/wp');
update_option('home','http://im.mikediane.com/wp');
Everything is back up and running.