Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'htaccess'

1349965 - PREVENT HOTLINKING: apache hotlinking htaccess bandwidth leeching
  1. RewriteEngine On
  2.  
  3. ## PREVENT HOTLINKING ###
  4. SetEnvIfNoCase Cookie SESSION=(.*) IS_OK
  5. SetEnvIfNoCase Referer "^http://(www\.)?example\.com(/.*)?$" IS_OK
  6. SetEnvIfNoCase Referer "^http://(www\.)?example\.net(/.*)?$" IS_OK
  7.  
  8. <FilesMatch "\.(avi|bmp|flv|gif|jpe?g|mov|mp(3|4|e?g)|png|swf|tiff?|wm(a|v))$">
  9.  
1335450 - The ubiquitous .htaccess: code htaccess ubiquitous
  1. RewriteEngine On
  2.  
  3. # NOTE: change this to your actual site path; may be "/".
  4.  
  5. RewriteBase /path/
  6.  
  7. RewriteCond %{REQUEST_FILENAME} !-f
  8. RewriteCond %{REQUEST_FILENAME} !-d
  9.  
915583 - bitbrain: resellerspanel htaccess
  1. ##
  2. # @version $Id: htaccess.txt 4094 2006-06-21 18:35:46Z stingrey $
  3. # @package Joomla
  4. # @copyright Copyright (C) 2005 - 2006 Open Source Matters. All rights reserved.
  5. # @license GNU/GPL
  6. # Joomla! is Free Software
  7. ##
  8.  
  9.  
fantasy-obligation
fantasy-obligation