regex - How to redirect video to another video? -


how redirect video video ?

for example: have 1 video: http://mywebsite.com/video.mp4

and when access 1 of videos below, content of above video showed. how ? thank !

http://mywebsite.com/1.mp4 http://mywebsite.com/2.mp4 http://mywebsite.com/3.mp4 http://mywebsite.com/4.mp4 ... 

you can use code in document_root/.htaccess file:

rewriteengine on rewritebase /  rewriterule ^\d+\.mp4$ video.mp4 [l,nc] 

Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -