cmhbob
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] 301 bulk redirects with URL stringsI think you’d set your source to https://www.example.com/old-directory* and your target to https://www.example.com/new-directory, making sure to check the regex box (or else the wildcard won’t work.)
Forum: Plugins
In reply to: [Redirection] Retain access to Dashboard while redirecting all other contentOK, mark this closed already. I figured it out.
Set up a redirect for subdomain.olddomain.com/wp-admin/* and set it to regex as well as URL and login status.
Then edit the redirect. Set the logged in redirect to subdomain.olddomain.com/wp-admin/ and the logged out redirect to subdomain.olddomain.com/wp-login.php
Don’t know if you still need the info, but if you go to https://www.domain.com//wp-admin/options-general.php?page=wpmp_mpexo_admin, you can uncheck “List my site on mpexo.”
Forum: Fixing WordPress
In reply to: Upload/insert image broken: now appears in new window?My problem showed up at the 3.1 upgrade, as far as I know. I’ve got a fresh 3.1 install on another site, and the image upload works fine there. Good site has
Akismet 2.5.3
Facebook Social Plugins 1.2.3
WordPress.com Stats 1.8.1.The “broken” site had those as well as several others. One was the Adbrite Money Maker Widget 1.0. I deactivated that, and my load seems to work again.
Forum: Fixing WordPress
In reply to: Upload/insert image broken: now appears in new window?Are you running 3.0.5? It just happened to me on 3.1.
Forum: Fixing WordPress
In reply to: Can't Access Admin PanelsYes, as I said in my OP, I tried deactivating plugins, but it didn’t help. I should have said via phpMyAdmin, but yes, I tried that.
Is there a way to switch themes without accessing the Admin screens? I couldn’t reach any Admin function at all, so I don’t know how I could have switched themes.
Forum: Fixing WordPress
In reply to: Can't Access Admin PanelsI have access again. I rolled back to the 3.0.4 files that I happened to have saved from doing a manual upgrade.
I’m still really annoyed that I can’t auto-upgrade with any regular degree of success. Further, if the auto-upgrade fails, shouldn’t it roll back to the previous version on its own?
Forum: Fixing WordPress
In reply to: Would PHP 4 cause issues?The host has offered to move me to another server that is running 5.x.x, so I think I may do that. I have to check my plugins and addons though, and some other stuff I have on other subdomains.
Forum: Fixing WordPress
In reply to: Change Draft Settings?Found it:
https://codex.www.ads-software.com/Editing_wp-config.phpDefault value is 60 seconds.
Edit wp-config with the line
define(‘AUTOSAVE_INTERVAL’, NNN ); // seconds
where NNN is some number.go to your admin area. Click “Presentation” then look for a link that says “Theme Editor.” At that point, you shoudl see a big text box, with a bunch of files listed on the right side of it. Post the list of files, and basketball shoudl be able to help you.