hmmm what browser are you using?
hmmm what browser are you using?
Have you tried another computer?
#1 Pickup Line: Hey. Does this rag smell like chloroform to you?
♫♫ Hidden Content <> Hidden Content <> Hidden Content ♫♫
I had a similar problem but can't quite remember how I resolved the issue.
- Check that your browser allows cookies from btwimho.
- Check that your browser is remembering your password, for instance in FF you might have the option switched off.
- If you have a firewall/internet security software make sure it isn't causing problems.
"People take different roads seeking fulfillment and happiness. Just because they’re not on your road doesn’t mean they’ve gotten lost." Dalai Lama
Firefox
Yup, same thing at work and home. Firefox on Mac at home and Firefox on Windoze at work.
- No specific settings for cookies. I must go delete them everyday in order to stay logged in from page to page.
- Yup, it's enabled
- No firewall issues.
It's because your fake avatar is sexier than Zap's fake avatar.
Hmmm, I'm not logged on the main page, but I'm logged in when checking all other pages... WTF?
Are you logged in to http://btwimho.com/ but not logged in to http://www.btwimho.com/? Or the other way around?
www and non www act as different domains, so set different cookies in the browser.
ps Zap - with a little .htaccess magic you can force the "www." on the front of the domain. (Apparantly) better for SEO too as it doesn't count as duplicate content.
Last edited by tsdesigns; 27-03-2012 at 04:11 AM.
#1 Pickup Line: Hey. Does this rag smell like chloroform to you?
♫♫ Hidden Content <> Hidden Content <> Hidden Content ♫♫
Yup, logged in on www . btwimho . com and logged out on btwimho . com.
I get itchy all over...
Damn, I'm only replying with quotes....To be able to post links or images your post count must be 25 or greater. You currently have 15 posts.
Please remove links from your message, then you will be able to submit your post.
That'll be the issue then! hmm, wonder why this hasn't come up before.
Zap, if you like I'll sort the .htaccess file for you =)
http://browseryoulovedtohate.com/
I have to say, IE's getting better...but it's still nowhere near as good as the rest, way too many restrictions in their development process that stop the IE team from making the browser great. It's just what people use as it comes with windows...
If you can, that would be awesome.
Thanks Dude.
Here's what's in there currently...
RewriteEngine on
SetEnvIfNoCase User-Agent "^Missigua Locator" bad_bot
#SetEnvIfNoCase User-Agent "^PEAR HTTP_Request class" bad_bot
SetEnvIfNoCase User-Agent "^Java/1.4.1" bad_bot
SetEnvIfNoCase User-Agent "^Java/1.5.0" bad_bot
SetEnvIfNoCase User-Agent "^libwww-perl" bad_bot
SetEnvIfNoCase User-Agent "^Wells Search II" bad_bot
SetEnvIfNoCase User-Agent "^psycheclone" bad_bot
SetEnvIfNoCase User-Agent "^WEP Search 00" bad_bot
SetEnvIfNoCase User-Agent "ia_archiver" bad_bot
deny from env=bad_bot
RewriteCond %{HTTP_REFERER} !^http://btwimho.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://btwimho.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.btwimho.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.btwimho.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
#1 Pickup Line: Hey. Does this rag smell like chloroform to you?
♫♫ Hidden Content <> Hidden Content <> Hidden Content ♫♫
This should work:
Just remove the spaces from the URL (it kept turning it into a link, had to add spaces)
RewriteEngine on
SetEnvIfNoCase User-Agent "^Missigua Locator" bad_bot
#SetEnvIfNoCase User-Agent "^PEAR HTTP_Request class" bad_bot
SetEnvIfNoCase User-Agent "^Java/1.4.1" bad_bot
SetEnvIfNoCase User-Agent "^Java/1.5.0" bad_bot
SetEnvIfNoCase User-Agent "^libwww-perl" bad_bot
SetEnvIfNoCase User-Agent "^Wells Search II" bad_bot
SetEnvIfNoCase User-Agent "^psycheclone" bad_bot
SetEnvIfNoCase User-Agent "^WEP Search 00" bad_bot
SetEnvIfNoCase User-Agent "ia_archiver" bad_bot
deny from env=bad_bot
RewriteCond %{HTTP_REFERER} !^http://btwimho.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://btwimho.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.btwimho.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.btwimho.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
RewriteCond %{HTTP_HOST} ^www . btwimho.com[NC] #remove spaces between www . btwimho
RewriteRule ^(.*)$ http://www.btwimho.com/$1 [L,R=301]
Last edited by tsdesigns; 27-03-2012 at 09:59 AM. Reason: keeps auto generating the url...
This will work too.
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^btwimho\.com$ [NC]
RewriteRule ^(.*)$ http://www.btwimho.com/$1 [R=301,L]
oops...LOL...You have that Nick. Good deal!
All right Louis.
You've got the greatest minds in the universe solving the problem right here.
How is it now?
#1 Pickup Line: Hey. Does this rag smell like chloroform to you?
♫♫ Hidden Content <> Hidden Content <> Hidden Content ♫♫
btwimho . com gets redirected to www . btwimho . com and it seems all good!
Bookmarks