php - URL obsfucation? -


I need to keep all the links to mp3 files on a hidden Wordpress site without hiding it from an MP3 player. Set them on the page to play (Initial defense against unauthorized downloads.)

I would also like to remove the "wp-" prefix on all WordPress folder names (wp-admin, wp-content, wp- Included) Not to break future updates in WordPress.

Best if these two functions can be renamed to the actual directory and instead PHP, .htaccess, Javascript, or some other "real" url can be done without the use of "mask". / P>

Thanks!

Not sure how you will be able to mask anything using javascript. A better solution would be to create a PHP script, which will be based on your MP3 files whether the user is authenticated or something else. In this way you can store at least MP3 files in a folder from your web root and using the URL away from people trying to download them.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -