oxnardmontalvo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error when upgrading to WP2.8i only had this crop up following the 2.8.2 update. html file replacement doesn’t fix it. and, it’s intermittent. darn it all to heck
Forum: Plugins
In reply to: [Plugin: WP No External Links] Works perfectlythanks. got it
Forum: Plugins
In reply to: [Plugin: WP No External Links] Works perfectlylove this plugin thanks!
i am having trouble gettin it to work with htaccess. can’t seem to find the right format. am using a regular redirect in htaccess as domain is redirected on host. here’s htacces. if anyone has any suggestions i would be in debt. thanks
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Throws me back to login-screenI have the same issue. I’m still logged in, but if I try to update the settings, I get the login screen and can’t “login” envn though I am logged in. strange.
I have multiple domains. All running wordpress as blog/content management. On the redirected domains (via htaccess) there are a couple of plugins (wp recaptcha and xml sitemap generator) I am using where I kinda end up in a loop when trying to save the settings. If I select certain setting options, I am taken back to the login page of wordpress. However, the login page does not allow me to login to save the settings. I am however logged in. If I just shorten the url to the admin dashboard or any other admin area, no problem. Just won’t let me pass the login page when trying to save options on these 2 plugins. I have the plugins successfully working on my main domain, no problem with this issue. Only on the ones getting a htaccess redirect. I’m guessing it could be a problem with the htaccess file (who knows) or permissions (doubt it… but who knows). Anyway, if anyone has seen this behaviour and has a solution or even a good guess, I sure would appreciate it.