GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   .htaccess help please (https://gfy.com/showthread.php?t=101109)

DarkJedi 01-19-2003 05:47 AM

.htaccess help please
 
how to deny a directory listing ?

and how to allow hotlinking from sertain URLs (like gfy) ?

ServerGenius 01-19-2003 05:52 AM

Options -Indexes

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://domain.com [NC]
RewriteCond %{HTTP_REFERER} !^http://domain2.com [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain2.com [NC]
RewriteRule .\.(wav|mp3|mp2|rm|ra|ram|au|aiff|wma|mov|zip|mpg| mpeg|avi|jpg|gif)$ - [F,L]

DynaMite

DarkJedi 01-19-2003 06:17 AM

thanks man


All times are GMT -7. The time now is 07:36 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123