jonneebee
Forum Replies Created
-
I am having this exact same issue. Any chance an answer or solution has been found?
I have found the same malicious plugin installed in a site I manage (injectbody/injectsrc). The premium version of Wordfence did not detect this. I was only able to figure this out after reading hmsproduct’s initial question.
Forum: Hacks
In reply to: allow dynamic subdomain to show in home pageMy apologies, I was unaware of that policy. I will seek help at the link. Thanks for your time and input on my thread.
Forum: Hacks
In reply to: allow dynamic subdomain to show in home pagebcworks, any chance you’d be interested in taking a look into this further for hire? If so how can we connect privately?
Forum: Hacks
In reply to: allow dynamic subdomain to show in home pageThe thing is the site is defaulting the home page to whatever is written in the home option_name field in the options table. So if there is no www. in that url and you type it in the browser, the site rewrites it without. I have other wordpress sites that don’t have this table and www or non www doesn’t rewrite so I am confused at that part.
This software simply provides a script that I put on a page. Then if a subdomain from their system is used it will display that member’s content. It works on all pages but the home page.
All that’s in the .htaccess file is the default text…
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Since it’s not in the .htaccess file, any ideas what is causing the rewrite to force the domain exactly as it is in the options table or something I can do to get around this?
Forum: Plugins
In reply to: [Gravity Forms Constant Contact] Not able to add to multiple listsHaving exactly the same issue. I see this question was originally asked 2 months ago. It sure would be nice to see a reply with an answer by now. It makes absolutely no sense that we can’t utilize two different forms to populate two different interest lists. Seems like common sense. No site visitor would expect to have their email removed from a previously signed up for list because they signed up for a different topic on the same site. Please let the community of people who have put faith in this plugin know if there is a solution or a plan to fix this.
Hoping for some attention to this question, thanks.