View Single Post
08-12-2007, 04:16 AM
#3
Garrett is offline Garrett
Status: Waving
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 2,694
iTrader: 11 / 100%
 

Garrett is on a distinguished road

Send a message via MSN to Garrett

  Old

Code:
<IfModule mod_rewrite.c> 
RewriteEngine on 
RewriteRule ^/(.*).html$ /index.php?action=$1
</IfModule>
That should do