Need Help For My Websites

Status
Not open for further replies.

nish_higher

Wise Old Owl
I want to use a flash mp3 player on my website.now the thing is how do i prevent those mp3s from downloading?
I know this can be done via .htaccess file and i've tried that too but it didnt work


Also for another website i need to put some reviews/news/articles..i earlier thought using wordpress but is it possible to have a separate news section that does not look like a blog?or should i use something else instead of wordpress? any suggestions?
 

Pathik

Google Bot
There is no way you can stop downloading. You can prevent hot linking though. There are always work arounds.
 

nileshgr

Wise Old Owl
put this in your .htaccess

Code:
<FilesMatch "\.mp3">

Order deny,allow

Deny from All

</FilesMatch>
 
OP
N

nish_higher

Wise Old Owl
^ thanks ..will try and see if that works..
what about the other issue ?help me choose some right thing for my webpage
 

confused

Evolving Rapidly...
but one can always, join the spk port to mic port and record it...... (quality will take a beating)
 
Status
Not open for further replies.
Top Bottom