Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #11  
Old 02-04-2010, 04:08 AM
Quillink Quillink is offline
Member
 
Join Date: Dec 2008
Posts: 93
Credits: 11,409
Quillink
Default RE: User login dependant on if there's a "www." in the url

Unfortunately not. I'll look around on the administration I do have though.
Reply With Quote
  #12  
Old 02-04-2010, 04:31 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,308
fadillzzz is an unknown quantity at this point
Default RE: User login dependant on if there's a "www." in the url

hmm...I'll try to get some info from my friend about this .htaccess problem, cause I just create a test site and its' working fine with the .htaccess I gave you

but anyways, as long as you have a redirection manager on whatever administration panel you're using, I'm sure it should to be easy actually since it's usually have a feature to automaticly redirect non WWW to WWW URL

who's your host anyway?

EDIT: just noticed another problem with your site, the sign out button leads to a 404 error page. I have to type in the logout URL manually to log out from the site
Reply With Quote
  #13  
Old 02-04-2010, 06:20 AM
Quillink Quillink is offline
Member
 
Join Date: Dec 2008
Posts: 93
Credits: 11,409
Quillink
Default RE: User login dependant on if there's a "www." in the url

Fixed again, thanks.

Still looking for the place in my panel to tell it to redirect, though...
Reply With Quote
  #14  
Old 02-04-2010, 06:36 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,308
fadillzzz is an unknown quantity at this point
Default RE: User login dependant on if there's a "www." in the url

ok, try this code

Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^arvyre\.com [NC]
RewriteRule ^(.*)$ http://www.arvyre.com/$1 [R=301,L]
if it doesn't work, try this one
Code:
RewriteEngine on

RewriteCond %{HTTP_HOST} !^www\.arvyre\.com [NC]
RewriteRule (.*) http://www.arvyre.com/$1 [R=301,L]
Reply With Quote
  #15  
Old 02-05-2010, 02:28 AM
Quillink Quillink is offline
Member
 
Join Date: Dec 2008
Posts: 93
Credits: 11,409
Quillink
Default RE: User login dependant on if there's a "www." in the url

Ugh none of them want to work. :S

Don't worry about it though, nobody's even noticed yet. And I'm sure they wouldn't mind re-logging in anyway. Thanks for your time of course. :)
Reply With Quote
  #16  
Old 02-05-2010, 06:14 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,308
fadillzzz is an unknown quantity at this point
Default RE: User login dependant on if there's a "www." in the url

you're welcome...
sorry couldn't help you though...
but you can always ask your host about this problem, I'm sure they can help you
Reply With Quote
  #17  
Old 02-05-2010, 07:37 AM
Quillink Quillink is offline
Member
 
Join Date: Dec 2008
Posts: 93
Credits: 11,409
Quillink
Default RE: User login dependant on if there's a "www." in the url

Yes, true. :o

Don't know why I never thought of that lol.
Reply With Quote
  #18  
Old 02-10-2010, 06:10 AM
powerchaos's Avatar
powerchaos powerchaos is offline
WebMaster
 
Join Date: May 2008
Posts: 130
Gender: Male
Credits: 10,238
powerchaos
Send a message via AIM to powerchaos Send a message via MSN to powerchaos
Default RE: User login dependant on if there's a "www." in the url

its strange
the htacces rewrite rule does not works for you ??

how does your pet script works then ?? because it seems then that your .htacces is not supported :S

normal it should work fine , but what you can do to is putting a small php code into the header so it auto redirects if it got a certain value

that will helps a little

here is the code
PHP Code:
if($_SERVER['PHP_SELF']!= ('www.yourwebsite.com')){ header("Location:http://www.yourwebsite.com"); } 
i cant promise that it will works like it should be
because it going redirect all websites that doesnt come from that site to that site

i use it for a register page on my vps to prevend direct acces , but i point them away from that register page so i dont know if this going work like it shoul be
but feel free to give it a try :D

Greets From PowerChaos
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't do first login Mortain Questions and Supports 17 11-13-2015 07:56 PM
Login Box Hedgen Questions and Supports 1 11-05-2012 12:13 PM
Login Failed rosepose Questions and Supports 5 05-27-2009 07:32 PM
Login Failed Hiddenzbu Questions and Supports 2 05-23-2009 12:52 PM
login fix 12345 Questions and Supports 0 03-13-2009 02:03 PM


All times are GMT -5. The time now is 09:36 AM.

Currently Active Users: 818 (0 members and 818 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636