my site is at www.area-77.com
only the front page of it works but everything else is gone (posts, pages, etc.)
i was putting in a .htaccess file to stop any hotlinking but then that happened and i removed the file and the problem is still there!
what can i do?
figured it out.. i overwrote the original .htaccess that was there.. so i changed it back to the way it was.. (stupid)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
but does anyone know what to add to that to prevent hotlinking images and direct downloading of videos?
ClaytonJames
Member
Posted 1 year ago #
A short tutorial.
http://altlab.com/htaccess_tutorial.html
It may be difficult task to keep people from downloading video from your site if they really want it. There are a host of browsers add-ons that are made to do just that.