Reply To: BackUpWordPress – Exclude Dynamic Backup Folders
That folder name should logically only be randomly generated when the backup folder is first created. I don’t think that folder name would change, at least all of the other backup plugins don’t do...
View ArticleReply To: Custom login page – Login Security
http://forum.ait-pro.com/forums/topic/login-security-login-monitoring-read-me-first/#post-9030 If you have a custom login page that is hooking into the normal WordPress login process. Example: The...
View ArticleReply To: Custom login page – Login Security
I’m not using another login plugin. It’s a custom login page which uses wp_signon.
View ArticleSet up Wizard Blank Screen
Hi, Reasonably seasoned BPS free user – just upgraded to Pro. De-activated and removed free version. Uploaded PRO. Activated. Click link for set-up wizard and I just get a blank screen area (wordpress...
View ArticleReply To: Custom login page – Login Security
Are you doing something like this? Offhand/at first glance probably what would need to be done in BPS is to add a hook (action or filter) or shortcode. I would have to look into this further/in more...
View ArticleReply To: Set up Wizard Blank Screen
Double check your BPS Pro Activation Key. If your Activation Key contains any dots (.) then the dots are part of the encrypted Activation Key. Activation Keys are unique to each website. Each...
View ArticleReply To: Set up Wizard Blank Screen
WHOOOOPS Great catch. Apologies and thanks! Working!
View ArticleReply To: Custom login page – Login Security
Yes, that’s how I use the function. It would be a good feature to add, since many use custom forms for both login and registration. I suppose you were aware of this issue before? Keep us posted! This...
View ArticleReply To: Custom login page – Login Security
Do you allow anyone else to login, register, sign up or comment on this website? If you are the only person who logs into the site then you can either protect your custom login page with either an IP...
View ArticleReply To: BackUpWordPress – Exclude Dynamic Backup Folders
Hmmm hadn’t thought of changing the path, thanks for that. A much better idea. Simple is always good.
View ArticleReply To: Custom login page – Login Security
The website in question is currently on stage, and not live. I wanted to make sure once it goes live that it would not be vulnerable to attacks. It’s a community website, so that query wouldnt work...
View ArticleReply To: BackUpWordPress – Exclude Dynamic Backup Folders
I tried creating a backup folder within /bps-backup and changed the backup location in backupwordpress, but my backups failed. After a lot of trial and error wondering why the backups kept failing, it...
View ArticleReply To: BackUpWordPress – Exclude Dynamic Backup Folders
BPS does not remove/delete folders and only moves, deletes files. Something else that you have installed on this site must be doing that.
View ArticleReply To: Custom login page – Login Security
What you could do for now is customize the wp-login page to get it looking exactly the way you want it to look visually. WordPress makes this very simple and easy to do with hooks....
View Articlecookieless subdomain locked out of wp-admin
This problem started when I tried to initiate a cookieless subdomain with the following changes to the wp-config file: define('COOKIE_DOMAIN', 'www.opnutrition.com'); define('WP_CONTENT_URL',...
View ArticleReply To: cookieless subdomain locked out of wp-admin
FTP to your website and delete your root .htaccess file and wp-admin .htaccess file. Log back into your website and check that your WordPress Settings are correct. Settings >>> General....
View ArticleReply To: cookieless subdomain locked out of wp-admin
When you use the WP_CONTENT_URL constant you are telling WordPress that image/media files are stored on the static subdomain so you would not need any sort of additional .htaccess redirect code. I...
View ArticleReply To: cookieless subdomain locked out of wp-admin
Actually I just tested this setup and I see why you added the plugins constant. To be honest with you this wreaks massive havoc with WordPress and I definitely do NOT recommend using the Cooke Domain...
View ArticleReply To: cookieless subdomain locked out of wp-admin
I agree which is why I abandoned the entire thing and removed all the code changes. But my problem remains. Even though the wp-config file is back to normal, I’m getting locked out of admin whenever...
View ArticleReply To: cookieless subdomain locked out of wp-admin
Regarding deleting cookies – If I’m not mistaken I believe that is normal WordPress functionality/behavior. Regarding images not loading – post a security log entry that is related to an image file...
View Article