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