Reply To: htaccess Redirect Code – Where Do I Add Redirect htaccess Code
Thank you for your quick & detailed response. The 3rd/last portion you showed looked quite similar to the format I had constructed that I was going to try if you hadn’t replied that was based on...
View ArticleReply To: htaccess Redirect Code – Where Do I Add Redirect htaccess Code
Not sure if you are asking a question or not of if you are saying you already have a solution or you are saying that you are going to try your solution. In any case, just let me know if your solution...
View ArticleReply To: htaccess Redirect Code – Where Do I Add Redirect htaccess Code
lol. My bad. Seems in my attempt to clarify my issue, I sealed it with confusion. I am asking whether or not your solution of RewriteCond %{QUERY_STRING} ^p=164$ [NC] RewriteRule ^(.*)$...
View ArticleReply To: htaccess Redirect Code – Where Do I Add Redirect htaccess Code
Ok so if understand correctly you have DNS pointing all URL’s from the old site to the new site so the URL’s would be this: new-site.org/?p=164. If that is the case then the code I posted above...
View Article200+ files in quarantine
I had to use updraftplus to do a restore of my site because an updated plugin broke embedding vimeo in my site. I didn’t know it was a plugin and the updraft restore was successful. I had AQR shut off...
View Articlejetpack infinite scroll broken?
Hello, I’m a happy BPS Pro user. I’m running the latest versions of WP, BPS Pro, and Jetpack on a digitalocean Ubuntu 14.04 node. I haven’t made any real customizations to WP, to my theme, to BPS Pro,...
View ArticleReply To: AutoRestore|Quarantine Guide – Read Me First
To delete an extremely large number of files in Quarantine use the BPS Pro Xternal Tools (XTF) Form: http://forum.ait-pro.com/forums/topic/xternal-tools-xtf-guide/ Delete All Files in Quarantine...
View ArticleReply To: jetpack infinite scroll – 403 error
The problem appears to be caused by the BPS Pro Plugin Firewall blocking frontloading Jetpack js scripts. Do these steps below and let me know if the problem is fixed after doing these steps: 1. Go...
View ArticleReply To: WordPress SSL htaccess code – Rewrite SSL, RewriteCond %{SERVER_PORT}
[Topic has been merged into this relevant Topic] I am currently using the following to send index.htm to the root .co.uk RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^mysite\.co\.uk$ [NC]...
View ArticleReply To: WordPress SSL htaccess code – Rewrite SSL, RewriteCond %{SERVER_PORT}
@ Paul – See this reply in this same forum topic for examples of SSL/HTTPS htaccess code and how/where to add it to BPS Custom Code (or just generally in an htaccess file that is not a BPS htaccess...
View ArticleReply To: WordPress SSL htaccess code – Rewrite SSL, RewriteCond %{SERVER_PORT}
Thanks so am i right in thinking this would do both? # WP REWRITE LOOP START RewriteEngine On RewriteBase / RewriteCond %{HTTPS} !=on RewriteCond %{SERVER_PORT} ^80 RewriteRule (.*)...
View ArticleReply To: NextGen Gallery NGG – manage gallery wp-admin 403 error
Nextgen 2.0 needs the whitelist above and a whitelist of PHP files so the “Manage Galleries” options all work. Rotate, Edit Thumbnail, Meta and the other functions need a php whitelist. Add the...
View ArticleReply To: WordPress SSL htaccess code – Rewrite SSL, RewriteCond %{SERVER_PORT}
I should have asked these questions first: Are you just trying to redirect the index.htm file to the home page of this site? Is the index.htm file under a WordPress installation folder/website? Is...
View ArticleNextGen Gallery 2.0 Tutorial
Nextgen Gallery 2.0 Tutorial How to Whitelist NextGen Gallery in a few steps. Upon NextGen Gallery install/activation, BPS Pro should have picked up the Java (js) whitelist rules and added them...
View ArticleReply To: WordPress SSL htaccess code – Rewrite SSL, RewriteCond %{SERVER_PORT}
OK. one of my WordPress sites was better suited to not being a wordpress site so i made it a “normal” htm website. Initially it was not redirecting the index.htm to .co.uk inmstead i could access...
View ArticleReply To: WordPress SSL htaccess code – Rewrite SSL, RewriteCond %{SERVER_PORT}
Ok then the code you posted in your previous reply should work fine or you may need to alter it slightly by changing the RewriteRule to: RewriteRule ^index\.htm$ / [R,L]. Try the code you posted in...
View ArticleReply To: WP Super Cache – WPSC htaccess Code Not Found
[Topic has been merged into this relevant Topic] Hi, I have been trying to install some caching plugins, namely WP Super Cache and W3 Total Cache. I am getting a lot of issues / messages from bps. Is...
View ArticleReply To: WP Super Cache – WPSC htaccess Code Not Found
@ growitsolutions – See this forum topic for WP Super Cache setup steps: http://forum.ait-pro.com/forums/topic/where-is-the-log/#post-2715 See this forum topic for W3 Total Cache setup steps:...
View ArticleReply To: Random General Questions
Didn’t want to open a new thread for this because I’m sure it’s just a minor thing: I have a site that is still using the free BPS plugin. For some app integration my programmer needs to store...
View ArticleReply To: Random General Questions
@ alexb – maybe the custom code you added in your post above could have something to do with session variables. Do the standard BPS troubleshooting steps:...
View Article