Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jan 2000
Posts: 5,835
Likes: 20
UBBDev Owner
Time Lord
UBBDev Owner
Time Lord
Joined: Jan 2000
Posts: 5,835
Likes: 20
.htaccess should be read by any directory UNDER the one that the file is located in...

IE:
I have .htaccess in /var/www/html (or www.gizzy.com/); any directories under /var/www/html (or www.gizzy.com/) read the rules of the .htaccess file.

Myself, I just manage my own .htaccess as:
Code
# Turn Rewrite Engine On #
RewriteEngine on

# Start Allowed Hosts #
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !virtualnightclub.net [NC]
RewriteCond %{HTTP_REFERER} !69.9.166.202 [NC]
RewriteCond %{HTTP_REFERER} !ubbdev.com [NC]
RewriteCond %{HTTP_REFERER} !ubbcentral.com [NC]
RewriteCond %{HTTP_REFERER} !infopop.com [NC]
RewriteCond %{HTTP_REFERER} !ubbdev.com [NC]
# End Allowed Hosts #

# Start defined files & redirect location #
RewriteRule .*.(jpg|jpeg|bmp|gif|png|psd)$ http://errors.virtualnightclub.net/dnl.gif [R,NC]
# End defined files & redirect location #
replace the error image with any you want, if you don't want one then just replace it with a "-".


UBBDev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.threads: My UBB Themes, My UBB Scripts
Sponsored Links
Entire Thread
Subject Posted By Posted
Trying to block image linking... 1QuickSI 06/05/2005 1:19 AM
Re: Trying to block image linking... Gizmo 06/05/2005 2:33 AM
Re: Trying to block image linking... AllenAyres 06/05/2005 6:09 AM
Re: Trying to block image linking... 1QuickSI 06/05/2005 8:53 AM
Re: Trying to block image linking... Gizmo 06/05/2005 9:22 AM
Re: Trying to block image linking... LK 08/11/2005 9:17 AM
Re: Trying to block image linking... AllenAyres 08/11/2005 7:11 PM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,575
Posts293,932
Members13,824
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online 558
Topics Created 0
Posts Made 0
Users Online 1
Birthdays 0
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,835
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)