.htaccess - Server error
Posted: Sat Mar 11, 2006 2:12 am
I have these code got errors
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
Code: Select all
<IfModule mod_rewrite.c>
RewriteEngine on
^/(.*)\.SM([a-fA-F0-9]{32})\.swf$ /securemedia.php?file=$1&key=$2
</IfModule>