View Single Post
08-12-2007, 03:36 AM
#2
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

If you are on a server running apache (if you are on linux), mod rewrite is your best option.
put this in your .htaccess file in the same directory as the file we are working with
Code:
RewriteEngine On
RewriteRule ^/links.html$ /index.php?action=links [L]
Im not an expert in mod_rewrite, but that should work