tinozee
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] MarketoAnyone? Is it possible to insert other code with these forms?
Forum: Everything else WordPress
In reply to: After 3.6 Update Kaspersky Phishing BlockI think it has to do with the tilde identifying as a phishing url, but not sure what changed in 3.6 re: this, because it never threw an error pre 3.6.
Forum: Everything else WordPress
In reply to: After 3.6 Update Kaspersky Phishing BlockUpdate – I think this may have to do with using WP 3.6 with the apache acct URL type –
xx.xx.xx.xx/~usernameBut that is unfortunate if that is being flagged by apache. Once you hit the admin dir, it throws a phishing error.
Forum: Plugins
In reply to: [White Label CMS] Wordfence scan warning – modified file admin.view.phpAlright nevermind, I noticed in the pluging repository a note about a “Quiet Update”. Just FYI – wordfence flags this change.
This is happening to me as well. Normal visitors are getting white page with “error” just from visiting the site. This is the lateste ver of plugin installed yesterday.
Tx. I am new to this plugin. Is there a whitelist in the plugin for IPs that should be ignored?
I had a user locked out with this msg as well today. He was able to get back in but still not sure why he got this msg. Any info on this? Ways to prevent and repair?
Forum: Plugins
In reply to: [Multiple content blocks] Multiple content block dissapeared after updateHi,
I like this plugin but I had this issue on only one of my sites. After update, the blocks are still appearing where they should in page templates, but are emptied of content. I restore DB and all is well after that.
When I have time and new sandbox I will be happy to test.
Forum: Networking WordPress
In reply to: wp-admin leading slash missing in multisite admin urlHi tahnks for the reply and apologies for bumping. I think my initial screw up was replying to my own thread which made it look like I had an answer maybe.
I finally got it. It was actualy a bit more complicated than just the DB paths due to the fact that I am running this test site on a vps with a ~username off the ip. So I had to apply slightly different path setups in .htaccess, the DB and in wp_config. It’s too much to explain here right now, but if anyone has this issue feel free to ask and I will be glad to discuss.
Ipstenu I see your posts all over wordpress world, so thanks a lot for the support in many places. I am a long time web dev but new to this WP/multisite structure.
Take care
Forum: Networking WordPress
In reply to: wp-admin leading slash missing in multisite admin urlStill stuck on this any ideas?
Forum: Networking WordPress
In reply to: wp-admin leading slash missing in multisite admin urlAnyone hane any clue?
Tx
Forum: Networking WordPress
In reply to: wp-admin leading slash missing in multisite admin urlThis is the type of url I am getting in the network admin –
https://www.domain.comwp-admin/network/
The site level admin works fine. All functionality is there but I need to manually add the leading slash in all broken links.
Forum: Networking WordPress
In reply to: wp-admin leading slash missing in multisite admin urlThis is my rewrite section in htaccess –
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]Wow, thank you very much that is very helpful. I appreciate it.
Hi,
Thanks for the response. Ahh the domain is disabled now and we use IP. The domain was needed for some complex DNS setup that we had to mimic and test in a test environment. That has been disabled so no worries.
The only question I have is this –
Is the white list the only way to allow the googlebot IP? I do not want to enable this plugin on my live site if this may happen. What if google bot gets a new IP? How will the plugin add it to the white list?
I ask my question because I want to know the answer BEFORE I use this plugin on the live site. I think that is the obvious way to approach this.