Previous Thread
Next Thread
Print Thread
Hop To
#204093 12/29/2007 4:46 PM
Joined: May 2007
Posts: 50
journeyman
journeyman
Joined: May 2007
Posts: 50
ok this even happened to me a couple days ago
I don't have a firewall blocking me
now some of my members are having issues
seems they can login & post then for some unknow reason the next time they come back they might not be able to post
but they can send me a pm & also post in the shout box

UBB Error
The host from which you are accessing the board is not recognized as a valid host. This is more than likely related to a firewall issue that is blocking the referer variable. Check your firewall settings and try again.

I did notice that if the www. is missing infront of the domain name this could happen
I'm using couple redirects.
know is there anything else that would cause this issue?

Joined: May 2007
Posts: 50
journeyman
journeyman
Joined: May 2007
Posts: 50
never you mind
again mod to htaccess file was in order .
found the info I needed right here wink

Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
feel free to post your solution for others using the search wink

Joined: Feb 2008
Posts: 18
B
stranger
stranger
B Offline
Joined: Feb 2008
Posts: 18
yeah.. What is the solution? I am having that problem with some members.
Thanks

Joined: May 2007
Posts: 50
journeyman
journeyman
Joined: May 2007
Posts: 50
my problem was .htaccess file & my redirects

Code
# Redirect non-www URLs to WWW

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

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^/?$ http://www.yourdomain.com/forum/ubbthreads.php [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^forum/ubbthreads.php/?$ http://www.yourdomain.com/forum/ubbthreads.php [R=301,L]

SecFilterEngine Off
SecFilterScanPOST Off
I listed my htaccess well only what has to do with the board wink
for you I think just uncheck the HTTP Referrer Check in your config file will work


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
1 members (Havenofsobriety), 458 guests, and 91 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)