kirsten-SAdev
Forum Replies Created
-
Hi Yorman,
Is the patch to the problem on multi-sites.
I will add the patch for this bug to the development repository so you can replace the current plugin with the development version, do not download that archive now, I would like to polish the code a little bit, maybe at the end of the day or tomorrow.
Can you go ahead and download the patch and install it? It is stable enough to be installed on production sites?
One other thing i picked is that even when you uninstall the plugin one would still get the email notifications. Aren’t you supposed to remove the cron events associated with a plugin when that plugin in uninstalled and arent you supposed to remove the entries of a particular plugin in options table when that plugin is uninstalled?
Thanks for your help and thank for the wonderful plugin.
Forum: Networking WordPress
In reply to: Redirecting from domain to categoryThanks for the feedback Mika. I really appreciate it.
If my htaccess looks like below, where exactly do I put the http host check and redirect code?
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^(server-info|server-status) - [L] RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteCond %{REQUEST_URI} !^/php5.fastcgi/* RewriteRule ^(.*\.php)$ $1 [L] RewriteCond %{REQUEST_URI} !^/php5.fastcgi/* RewriteRule . index.php [L] </IfModule> AuthUserFile /home/wordpress/public_html/wp-admin/.htpasswd AuthName "Citizen CMS Auth Required" AuthType Basic <Files "wp-login.php"> require valid-user </Files> # END WordPress
Forum: Everything else WordPress
In reply to: Malicious-like query bring my WP site downI must add that the words/phrases been searched for in the query keep changing. It will be “community”, then a celebrity nae, then a football club, etc.