Forums

after htaccess atempt - everything gone (3 posts)

  1. snookie
    Member
    Posted 1 year ago #

    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?

  2. snookie
    Member
    Posted 1 year ago #

    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?

  3. 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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags