Page 1 of 1

.htaccess - Server error

Posted: Sat Mar 11, 2006 2:12 am
by KENT
I have these code got errors

Code: Select all

<IfModule mod_rewrite.c>
  RewriteEngine on
  ^/(.*)\.SM([a-fA-F0-9]{32})\.swf$ /securemedia.php?file=$1&key=$2
</IfModule>
I think this to redirect all access to .swf file to /securemedia.php. Can someone check this for me .. :( I dont have any knowledge about .htaccess usage

Posted: Sat Mar 11, 2006 8:32 am
by feyd
You're missing "RewriteRule" directive