The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
I want to change a url
from
http://mysite.com/embed.php?id=video_id
to
http://mysite.com/embed/video_id/
I have indexed
RewriteRule /embed/(.*)/ embed.php?id=$1
After
<IfModule mod_rewrite.c>
RewriteEngine On
But do not work.
What i a m doing wrong?
Thanks
Offline
Offline
I would like to make an embed code by php but i do not want to look like a php embed code.
my embed code will be like that:
<object width="500" height="400"><param name="movie" value="http://mysite.com/embed/11745/"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="transparent"></param><embed src="http://mysite.com/embed/11745/" type="application/x-shockwave-flash" wmode="transparent" AllowScriptAccess="always" width="500" height="400"></embed></object>
And at http://mysite.com/embed.php?id=11745 i have made a redirect link http://mysite.com/modules/video/player/ … php?id=$id
also a session this way only http://mysite.com/embed.php can open http://mysite.com/modules/video/player/config_embed.php
This way you protect your video link by Curl hotlinkers and ddos attacks.
Offline
Pages: 1