Log in

View Full Version : Need help Urgent with php/.htaccess



dj30324
09-20-2009, 10:19 PM
can any of you webmaster out their can help me out, what i am trying to do is similar to this site if u execute this link

http://www.namdinh.org/media/veoh/v17879275BB4QXFy3.flv
http://www.namdinh.org/media/

you are able to download the veoh video, i already have a veoh script running vh.php?id=v17879275BB4QXFy3 , when u excute the vh.php?id=v17879275BB4QXFy3 you be able to down the flv of the video. , the above script some how using the .ht-access to execute the files their execution is similar to mine but they used .ht-access to do twig the link so i am trying to do this with .ht-access rather then running veoh/vh.php?id=v17879275BB4QXFy3 i am trying to using .ht-access to manipulate the URL to do or run like this /veoh/v17879275BB4QXFy3.flv . so if any one out their can help out or have knowledge of this , your kindness will greatly be appreciated. thanks in advance.

also just to mention that if u execute the file like this
http://www.namdinh.org/media/veoh/.flv
u get to be redirected to this
http://www2.anhtrang.org/anhtrang.org_veoh.php?id=

techietim
09-21-2009, 01:15 AM
RewriteEngine on
RewriteRule ^veoh/([a-zA-Z0-9]{17})\.flv$ vh.php?id=$1

dj30324
09-21-2009, 04:02 AM
thanks for trying but it doesn't work on any of my host from freehostia.com to 000webhost or powweb and yes all of them are .htaccess with with dedicated server. 100% and it doesn't work!!

techietim
09-21-2009, 01:45 PM
You are placing this in the /media folder, correct? If you're not, that could be why it's not working.

dj30324
09-21-2009, 08:29 PM
my-host.com/veoh/veoh2.php?id=v17879275BB4QXFy3


this is how it will be executed and downloaded but with .htaccess
i want to excute it like this
http://myhost.net/veoh/v17879275BB4QXFy3.flv so i can get a download link i also sent u my website address just check your private msg.


ps: i also put the .htaccess to either both mywebhost.com/.htaccess

& also putted to mywebhost.com/veoh/.htaccess
same result! doesnt work!

dj30324
09-22-2009, 05:04 AM
Thankz , Great Job!