The nukecops forums notifications are of the form http://nukecops.com/.... naturally if your login cookie is set for http://www.nukecops.com, then going to "http://nukecops.com" instead would require you to login again. Two logins for the same site....
this can easily be done with htaccess if u are using apache.
just put this code in ur htaccess and u will have no problem.it is also helpful in increasing your search results.
RewriteCond %{HTTP_HOST} ^domain\.com [NC]
RewriteRule ^(.*) http://www.domain.com/$1 [R=301,L]
this requires mod_rewrite to work.
thanks.
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12397
Posted:
Fri Jul 29, 2005 8:17 am
That is just how the cookies work out. phpNuke does that
I don't think this will ever be changed
this will not be changed but my above code will redirect all calls made to http://nukecops.com to http://www.nukecops.com. so users will not need to login again.this is the power of htaccess.there are other advantages of this code also but i need not go in details here.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum