I like the new design

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

Glock 'em down

Sharpshooter
Supporting Member
Special Hen Supporter
Joined
May 26, 2006
Messages
27,450
Reaction score
15,979
Location
South Central Oklahoma.
Thank you Kelly and your team of mods. :clap3: The new site looks good...the colors are neat looking...but where's the "New Posts" button? :ugh2:

That's about the only way I navigated thru the posts after all these years! :cry3:


EDIT: Aha! I found it! :woohoo1:
 

vvvvvvv

Sharpshooter
Special Hen
Joined
Nov 18, 2008
Messages
12,284
Reaction score
65
Location
Nowhere
Kelly, try this in your root .htaccess

Code:
<IfModule mod_rewrite.c>
  RewriteEngine on

  # Rewrite /forums/ to root dir
  RewriteCond %{HTTP_HOST} ^okshooters\.com/forums$ [NC]
  RewriteRule ^(.*)$ http://www.okshooters.com/$1 [L,R=301]

  # Remove "t=" from URL
  RewriteCond %{QUERY_STRING} ^t=([\S]*)$ [NC]
  RewriteRule ^showthread\.php$ /showthread.php?%1 [L,R=301]
</IfModule>

Please note the above hasn't been thoroughly tested.
 

Latest posts

Top Bottom