View Single Post
02-12-2007, 03:36 AM
#5
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Instead, just use this and it will work for every file.

RewriteEngine On
RewriteRule ^out/(.*)/$ out.php?id=$1 [L]
RewriteRule ^effects/ effects.php [L]

His code was a little *bleh*.