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
~1K People Reached
Favorite Forums
Favorite Tags
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
69
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
198
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
135
Member Avatar for raghavendrak

Hi I have installed apache (httpd-2.0.53.tar.bz2) on Fedora Core 3. Whenever I start the service using the command /usr/local/apache2/bin/apachectl start, it starts successfully. In my browser if I give [url]http://localhost/[/url] or [url]http://127.0.0.1/[/url] the page opens properly without any error. But if i give [url]http://210.214.26.124/[/url] (which is my ip).......................it shows connection …

Member Avatar for bsmith
0
222
Member Avatar for pulse

<no0ob alert> The only experience I have with mod_rewrite is to upload all the rules generated by wordpress or those by my ultra helpful friends :o </noob alert> Here's what I want to do - every request made for [url]http://www.domain.com/forumdisplay.php?t=xyz[/url] and [url]http://www.domain.com/showthread.php?t=xyz[/url] should be redirected to [url]http://www.domain.com/forums/forumdisplay,php?t=xyz[/url] and [url]http://www.domain.com/forums/showthread.php?t=xyz[/url] respectively! …

Member Avatar for bsmith
0
277
Member Avatar for design1

My Robots.txt Was Not Blocking Out Sites From Any Search Engine. A Friend Suggested That I Should Create An .htaccess File During A Web Search Using Google, Yahoo, Excite, Msn, Altavista, Hotbot, Infoseek, Lycos, Overture, Ask Jeeves, Teoma, Or Other Search Engines, I "do Not" Want These Sites To Be …

Member Avatar for bsmith
0
125
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
156