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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -