+ Reply to Thread
Results 1 to 4 of 4




  

Thread: Domain And Cookies

      
  1. #1
    I'm New! puertoblack2003 is on a distinguished road
    Join Date
    December 15, 2008
    Posts
    14
    Rep Power
    4
    Feedback Score
    0

    Default Domain And Cookies

    I need some input resolving a small issue. i have a domain.com directing to the forum,one of my member advice me that in domain.com he had to re-enter the forum with his username and password.Is this a cookie issue ? how can i fix it so it wouldn't matter rather you on domain.com or www.domain.com and still be logged on.

    thanks pb

    forgot to mention i have vbulletin

  2. #2
    I'm New! gunsuka is on a distinguished road gunsuka's Avatar
    Join Date
    April 6, 2009
    Posts
    34
    Rep Power
    4
    Feedback Score
    0

    Default Re: Domain And Cookies

    If your site is hosted on Apache, you can use mod rewrite in the .htaccess file to ensure all traffic goes to domain dot com

    Basically if anyone goes to domain dot com they will be automatically redirected to www domain dot com.

    Something like this in your .htaccess file:

    RewriteEngine On
    RewriteBase /

    RewriteCond %{HTTP_HOST} !^www\.domain\.com [NC]
    RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]

  3. #3
    I'm New! fast1 is on a distinguished road
    Join Date
    March 16, 2009
    Posts
    36
    Rep Power
    4
    Feedback Score
    0

    Default Re: Domain And Cookies

    may i ask what is the .htaccess file used for?

  4. #4
    I'm New! gunsuka is on a distinguished road gunsuka's Avatar
    Join Date
    April 6, 2009
    Posts
    34
    Rep Power
    4
    Feedback Score
    0

    Default Re: Domain And Cookies

    HTACCESS files are a type of control/configuration file for Apache on unix hosts.

    You can use it to do things like control user access, enable compression, rewrite URLs, protect from image hotlinking... all types of cool stuff.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Domain Parking Script +FREE EXPIRED DOMAIN FINDER
    By DomainZaar in forum Scripts
    Replies: 15
    Last Post: Nov 25th, 2009, 6:28 am
  2. Jose Cuervo Christmas Cookies
    By Red Hot Mama in forum Member Recipes
    Replies: 5
    Last Post: Dec 21st, 2008, 9:28 pm
  3. Replies: 4
    Last Post: Jun 21st, 2008, 1:23 am
  4. Girl Scout Cookies
    By iowadawg in forum Forum Lounge
    Replies: 24
    Last Post: Jan 23rd, 2008, 9:03 am
  5. Need Help !!! Cookies?
    By msvannamystique in forum Web Hosting
    Replies: 2
    Last Post: Nov 18th, 2005, 3:49 am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
WebTalkForums
WebTalkForums
Recent Forum Threads