apache - Mod_rewrite .htaccess problems -
i'm having trouble .htaccess file i'm using, think issue conditions & rules i'm using examples have used have worked properly.
<ifmodule mod_rewrite.c>  rewriteengine on rewritecond %{request_uri} .*ts$|.*m3u8$ [nc]  rewriterule ^(.*) process.php?file=$1 [nc,l] </ifmodule> if can spot mistake , point me in write direction i'd grateful.
thanks
have .htaccess this:
rewriteengine on  rewriterule ^.*\.(?:ts|m3u8)$ process.php?file=$0 [nc,l,qsa] 
Comments
Post a Comment