


NC House Rules Chair pleads guilty to federal charges, resigns seat
Top NC GOP lawmaker criminally charged
By Nick Ochsner | August 20, 2020 at 3:57 PM EDT - Updated August 20 at 6:52 PM
CHARLOTTE, N.C. (WBTV) - House Rules Chairman David Lewis (R-Harnett) has been charged by federal prosecutors with making false statements to a bank and failure to file a tax return.
DOCUMENT: Lewis Criminal Information
The charges were filed with a federal court in Charlotte on Wednesday. They come one day after former congressman and N.C. Republican Party Chairman Robin Hayes was sentenced, along with a Durham billionaire and an associate, for their roles in a bribery scheme.
Federal prosecutors typically charge defendants by information instead of an indictment when they have arranged a plea deal.
Your right. I'm just lashing out because this illness has kept me from my nightly craft brew and I missed the meetup.
Northland10 wrote: ↑Thu Aug 20, 2020 7:32 pmYour right. I'm just lashing out because this illness has kept me from my nightly craft brew and I missed the meetup.
Code: Select all
UNREAD POSTS
Before: http://www.thefogbow.com/forum/search.php?search_id=unreadposts
After: http://www.thefogbow.com/forum/search.php?search_id=unreadposts&sid=276f286b139b6aaa38b32acfc779b8a8
Kudos to Foggy! I have submitted his name for a Nobel Peace Prize and the Fogbow Legion of Honor(this medal design is open to adept Fogbowzers and must be submitted pursuant to current Fogbow policies and procedures.)
It looks like it might be related to the https/http change. I've found that if I go to the http version of the site I have to log back in, and it only keeps me logged in till I close all related tab. However if I am careful about what goes into my address bar and ONLY go to the https port, I stay logged in.
Um, I'm a little confused. I thought we went over this whole https thing a while back. How is this coming up as an issue again?neeneko wrote: ↑Fri Aug 21, 2020 8:55 amIt looks like it might be related to the https/http change. I've found that if I go to the http version of the site I have to log back in, and it only keeps me logged in till I close all related tab. However if I am careful about what goes into my address bar and ONLY go to the https port, I stay logged in.
So the site probably needs a http->https redirect to prevent browsers from interacting with the non-secure version and mixing the cookie types. I think. Web stuff is not exactly my wheel well.
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_HOST} ^thefogbow\.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://thefogbow.com/$1 [R=301,L]