[EMAIL PROTECTED] custom directory listing

2007-01-12 Thread switch grass
How can i get apace to recognize new headername and readmename files? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail:

Re: [EMAIL PROTECTED] mod_rewrite block self

2006-04-26 Thread switch grass
its just a normal-RewriteCond %{HTTP_REFERER} !yoursite\.com [NC] cannot not fing the access log atm.On 4/25/06, Joshua Slive <[EMAIL PROTECTED]> wrote:On 4/25/06, switch grass < [EMAIL PROTECTED]> wrote:> how would i block my own site from its files?> i can use mod_rewrite to

[EMAIL PROTECTED] mod_rewrite block self

2006-04-24 Thread switch grass
how would i block my own site from its files?i can use mod_rewrite to prevent hotlinking from other sites, but when i try to block myself it doesn't work.what i am trying to do is use my first site( site1.com) to host images that only my second site can access(site2.com).is this possible?

Re: [EMAIL PROTECTED] Recognize embed request from html page?

2006-04-24 Thread switch grass
eg: if i were to embed a flash movie like so on some-other-site.comĀ  "mysite.com /movie.swf">". can apache on mysite.com tell that the requested file is embeded?On 4/24/06, Nick Kew <[EMAIL PROTECTED] > wrote:On Monday 24 April 2006 03:12, switch grass wrote:> i

[EMAIL PROTECTED] Recognize embed request from html page?

2006-04-23 Thread switch grass
is there a way for apache to recognize a request from the tags of an html page?