View Single Post
Old 10-28-2008, 09:53 AM   #2 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

This should work, admittedly Apache stuff isn't my strong point.
Code:
RewriteEngine on
RewriteBase /
RewriteRule ^random-url redirect.php?url=random-url
Hope that's what you wanted.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)

Last edited by sketchMedia : 10-28-2008 at 12:15 PM.
sketchMedia is offline  
Reply With Quote