• my site is at http://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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter snookie

    (@snookie)

    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?

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘after htaccess atempt – everything gone’ is closed to new replies.