Thread: .htaccess edit
View Single Post
01-16-2007, 11:40 PM
#18
Gareth is offline Gareth
Status: Back in business...
Join date: May 2005
Location:
Expertise:
Software:
 
Posts: 1,317
iTrader: 13 / 100%
 

Gareth is on a distinguished road

Send a message via MSN to Gareth

  Old


RewriteEngine on
Options +FollowSymLinks

php_value register_globals 1

RewriteRule ^thread([0-9]+).html$ showthread.php?t=$1 [L]
RewriteRule ^lastpostinthread([0-9]+).html$ showthread.php?goto=lastpost&t=$1 [L]
RewriteRule ^newpostinthread([0-9]+).html$ showthread.php?goto=newpost&t=$1 [L]
RewriteRule ^f([0-9]+)-(.*).html$ forumdisplay.php?forumid=$1 [L]

RewriteEngine on
RewriteCond %{HTTP_HOST} ^talkfreelance.com [NC]
RewriteRule ^(.*)$ http://www.talkfreelance.com/$1 [L,R=301]
I'm not sure you need 'RewriteEngine on' again but try that anyway, it should work fine.