View Single Post
02-18-2007, 12:43 PM
#2
JochenVandeVelde is offline JochenVandeVelde
Status: Member
Join date: Sep 2006
Location: Belgium
Expertise:
Software:
 
Posts: 104
iTrader: -1 / 33%
 

JochenVandeVelde is on a distinguished road

Send a message via MSN to JochenVandeVelde

  Old

Use this .htaccess (put it in the root folder of your site, else it will not work):

Code:
Options +FollowSymLinks
RewriteEngine On

RewriteRule ^games/links.html$ /index.php?action=links
RewriteRule ^games/contact.html$ /index.php?pageid=2
RewriteRule ^games/advertise.html$ /index.php?pageid=1
Should do it