.htaccess

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • paramound
    replied
    got to favicon.cc, register and then creat a favicon, download it and save it with favicon.php, and upload it to the ftp sever

    Leave a comment:


  • friend
    replied
    yes ... if that download manager include ... htaccess file will stop them to download or upload mean replace

    Leave a comment:


  • ori
    replied
    theres only conditions that are checking browser names in that code lol whats the result its meant to do lol

    Leave a comment:


  • synergyx2009
    replied
    Originally posted by friend View Post
    RewriteCond %{HTTP_USER_AGENT} web.?(auto|bandit|collector|copier|devil|spoofer|d ownloader|fetch|hook|mole|miner|mirror|reaper|saug er|sucker|site|snake|stripper|weasel|zip) [NC,OR] # ODs
    RewriteCond %{HTTP_USER_AGENT} ^(My)?GetRight [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Web.?(site.?(eXtractor¦Quester)¦Snake¦ster¦Strip¦ Suck¦vac¦walk¦Whacker¦ZIP) [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]

    add etc.......
    are these codes to stop ppl from downloading your site?

    Leave a comment:


  • ori
    replied
    644 stops files being excuted too i did that for cgi files app.ccc etc

    Leave a comment:


  • friend
    replied
    RewriteCond %{HTTP_USER_AGENT} web.?(auto|bandit|collector|copier|devil|spoofer|d ownloader|fetch|hook|mole|miner|mirror|reaper|saug er|sucker|site|snake|stripper|weasel|zip) [NC,OR] # ODs
    RewriteCond %{HTTP_USER_AGENT} ^(My)?GetRight [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Web.?(site.?(eXtractor¦Quester)¦Snake&# 166;ster¦Strip¦Suck¦vac¦walk&# 166;Whacker¦ZIP) [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]

    add etc.......

    Leave a comment:


  • Anshul
    replied
    Originally posted by brentg View Post
    anyone kno the code that stops people accessing ur dir. eg. yourdomain.com/files

    Code:
    <Files photos>
    order allow,deny
    deny from all
    </Files>

    Leave a comment:


  • synergyx2009
    replied
    Originally posted by brentg View Post
    anyone kno the code that stops people accessing ur dir. eg. yourdomain.com/files
    change cmod / perm to 700

    Leave a comment:


  • arnage
    replied
    Code:
    Options All -Indexes
    or

    Code:
    <Files>
     order allow,deny
     deny from all
    </Files>
    If u think on some image folder, put the index.php page with

    Code:
    <?php
    header("Location: ../"); exit();
    ?>
    Last edited by arnage; 08.05.09, 10:52. Reason: add info

    Leave a comment:


  • bogart
    replied
    Originally posted by brentg View Post
    anyone kno the code that stops people accessing ur dir. eg. yourdomain.com/files
    i also got that prob. however, theyve told me bout htaccess code, resulting to 403/4/1 error. it'll disable for files to be listed. but my prob was , i myself cant download the file, also 403 or forbidden error. lol, even i put "allow from localhost" it doesnt work.

    Leave a comment:


  • brentg
    replied
    anyone kno the code that stops people accessing ur dir. eg. yourdomain.com/files

    Leave a comment:


  • something else
    replied
    favicon will not work on valid wml
    It is possible to get it working but it will create errors on some browsers.

    Leave a comment:


  • something else
    replied
    Originally posted by Dj-marc View Post
    My favicon isnt showing on my site. whats wrong?
    favicon.ico will not show on wml unless you use favicon code but it also invalidates your wml and some people will not be able to view that page. so its best not to

    Leave a comment:


  • brentg
    replied
    try clearing ur cache

    Leave a comment:


  • Dj-marc
    replied
    My favicon isnt showing on my site. whats wrong?

    Leave a comment:

Working...
X