Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

7 Posted Topics

Member Avatar for bsmith

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?

Member Avatar for bsmith
0
76
Member Avatar for bsmith

I'm trying to set a 301 redirect in my jsp code (this is tomcat btw) using this: <% response.setContentType("text/html"); response.setDateHeader("Expires", 0); response.setHeader("Location", "http://www.mysite.com/record/[B]pleasehelpme[/B] /[B]helpmeheretoo[/B]"); response.setStatus(301); %> the [B]pleasehelpme[/B] and [B]helpmeheretoo[/B] need to use variable values i get from mysql which i would normally express in the application like <%=(((Recordset1_data = …

Member Avatar for hooknc
0
208
Member Avatar for bsmith

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 goodness. Witness me flail and fail: Have tried: RewriteEngine on RewriteMap lowercase int:tolower RewriteRule ^thisdirectory/([0-9]+)/^[\/]*(.*)$ /thisdirectory/([0-9]+)/${lowercase:$1} …

0
142
Member Avatar for raghavendrak

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 that the wan ip is in that. Also, look and make sure that iptables is allowing …

Member Avatar for bsmith
0
244
Member Avatar for pulse

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 accomplish a rewrite rule earlier today, hopfully some help will arrive for that, …

Member Avatar for bsmith
0
301
Member Avatar for design1

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 directory that you don't want to put in your robots.txt file, and want to have a …

Member Avatar for bsmith
0
151
Member Avatar for bsmith

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 [B]arecipe.jsp?name=Cheese+Pizza&ingredient=Flour&culture=Italian&Type=[/B] I would like that to look in the browser something like [B]arecipe.jsp/name/Cheese+Pizza/ingredient/Flour/Culture/Italian[/B] and then in the example type …

Member Avatar for bsmith
0
184

The End.