Forum: Linux Servers and Apache May 29th, 2006 |
| Replies: 1 Views: 1,948 just for reference sake this ends up working:
BrowserMatch AllSubmitter spammer
Deny from env=spammer |
Forum: Linux Servers and Apache May 26th, 2006 |
| Replies: 1 Views: 1,948 how would I go about denying only the following user agent I'm seeing in logfiles?:
"Mozilla/4.0 (AllSubmitter)"
for that matter how would I go about specifying more than one user-agent to deny? |
Forum: Linux Servers and Apache Oct 2nd, 2005 |
| Replies: 0 Views: 4,560 Hi
Trying to use mod_rewrite to convert all filenames in a subdirectory to lowercase (they may also include other characters, or numbers). Also I want to make sure that they 301 for search engine... |
Forum: Linux Servers and Apache Sep 22nd, 2005 |
| Replies: 3 Views: 3,002 What do you have for ListenAddress? If you point it to something like 127.0.0.1 then that may be messing you up -try just 'Listen 80', and also if you're using NameVirtualHost directives, be sure... |
Forum: Linux Servers and Apache Sep 21st, 2005 |
| Replies: 3 Views: 3,770 What is the word on how effective this is as far google picking up on the url change and preserving the rewritten url with it's old status in the index?
I posted another question regarding how to... |
Forum: Linux Servers and Apache Sep 21st, 2005 |
| Replies: 2 Views: 2,913 If you are using a global header you may try using this meta tag as well:
<META NAME="ROBOTS" CONTENT="INDEX,NOFOLLOW">
But really you really only need to use that when you have files in a... |
Forum: Linux Servers and Apache Sep 21st, 2005 |
| Replies: 1 Views: 3,544 OK, that was lame and unclear what I'm really looking for with mod_rewrite, I want to make sure I got it right, sorry.
SO if i have a link in a flat page that looks like
... |
Forum: Linux Servers and Apache Sep 21st, 2005 |
| Replies: 1 Views: 3,544 I've tried different approaches on this and am losing the battle - perhaps someone here will have some guidance that could help me to be winning!
the url is normally like ... |