Forum Replies Created
-
In reply to: login
I was able to circumvent the problem by renaming the page and redirecting it. Thanks for the help
In reply to: loginIt doesn’t seem to work, now my homepage is not displaying anymore
I added this to the htaccess file at the top
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.investorsbuzz.com$
RewriteRule ^(.*)$ http://www.investorsbuzz.com/$1 [R=301]
Then I tried this:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.investorsbuzz.com/forum_$
RewriteRule ^(.*)$ http://www.investorsbuzz.com/forum_/$1 [R=301]
both no success
In reply to: loginI could also no login anymore, therefore I removed the code.
maybe this info is helpful:
as soon as I log in at http://investorsbuzz.com/forum_/bb-login.php
it changes to http://www.investorsbuzz.com/forum_/
In reply to: loginjust tried this instead, but also no luck
# Getting rid of the WWW in front
RewriteEngine on
RewriteCond %{HTTP_HOST} ^investorsbuzz.com/forum_ [NC]
RewriteRule ^(.*)$ http://www.investorsbuzz.com/forum_/$1 [L,R=301]
In reply to: loginI just realized, I actually don’t want to get rid of www, I want to add it.. cause with http://www.investorsbuzz.com/fourm_ I stay logged in
In reply to: loginI see. I put the $1 there, still not working, header image disappeared now. maybe I am using the wrong htaccess file? or the wrong position?
# Getting rid of the WWW in front
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.investorsbuzz.com [NC]
RewriteRule ^(.*)$ http://investorsbuzz.com/$1 [L,R=301]
RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteRule ^(.*/)?avatar/(.*) wp-content/avatar.php?file=$2 [L]
RewriteRule ^(.*/)?sitemap.xml wp-content/sitemap.php [L]
RewriteRule ^(.*/)?global-posts-feed/(.*) wp-content/recent-global-posts-feed.php [L]
In reply to: logindoesn’t seem to work, looks like this now (see http://investorsbuzz.com/forum_)
I added the code at the beginning:
# Getting rid of the WWW in front
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.investorsbuzz.com [NC]
RewriteRule ^(.*)$ http://investorsbuzz.com/ [L,R=301]
RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteRule ^(.*/)?avatar/(.*) wp-content/avatar.php?file=$2 [L]
RewriteRule ^(.*/)?sitemap.xml wp-content/sitemap.php [L]
RewriteRule ^(.*/)?global-posts-feed/(.*) wp-content/recent-global-posts-feed.php [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
Also: what do you mean with
Ugh and there’s a bug in put $1 right after the / in http://investorsbuzz.com/
Thanks!
In reply to: logout error messagethe logout issue disappeared after deactivating simple onlinelist.
just saw that 0.9.0.5 is available, I think I was using 0.9.0.4 or 3, I just upgraded now to 0.9.0.5.
the message “You’re already logged in, why do you need to register?” still appears when I do the sequence mentioned ( login to bbpress, go back to investorsbuzz.com and then again back to the forum, and click register instead of login), but unless there is a quick fix to keep you logged in, it’s ok
I assume simple online-list will be fixed eventually? or did I not install properly?
Thanks!