Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other .htaccess

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26626
    Startupt
    Member

    Hi ! Does somebody knows what this means:

    Code:
    # -FrontPage-
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* order deny,allow
    deny from all
    allow from all
    order deny,allow
    deny from all
    AuthName xxxx.com
    AuthUserFile /home/xxxx/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/xxxx/public_html/_vti_pvt/service.grp
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress
    —–these lines does not work i put them my self trying to avoid image hotlinking——–

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?xxxx.com [NC]
    RewriteRule .(jpg|jpeg|png|gif)$ – [NC,F,L]

    Thank You

    #67095
    godwinsam
    Member

    Hello,

    Please find the following link for .htaccess,
    http://yopensource.com/en/tutorials/joo … developer-
    Here we can see the able to 16 steps .htacces for developers.
    Please find it.

    #67558
    Startupt
    Member

    Hi Godwinsam, and thank you for your anwser!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.