Displaying 4 results from an estimated 4 matches for "webmasterworld".
2008 May 06
2
Sending routing errors to the bitbucket
Hi,
Rails 1.2.6 on Linux, WEBrick.
Most of my users run IE 6, and some of them have MS Office plugins
that send bogus requests, causing routing errors like this:
ActionController::RoutingError (no route found to match "/MSOffice/
cltreq.asp" with {:method=>:get}):
They''re harmless, but I''d like to just send these to the bitbucket
rather than have them fill up my
2007 Aug 17
3
Clear text_area value onfocus
Hi!
I have a "text_area" that looks like this...
<%= text_area ''business'', ''otherDigitalDesc'', "cols" => 25, "rows" =>
4, "value" => "Enter Description if Yes..." %>
Right now, if I submit it, it adds "Enter Description if Yes" into the
database. It would be nice to not have it enter
2005 Nov 11
0
VirtualHost squirrelmail and Apache
...l information available.
>
This is likely to be an Apache rewrite problem and not, as was
later suggested, either an php or squirrelmail issue per se. If
you want a recipe that works for accessing virtual domains and
squirrelmail over https (ssl) then you can see my posts at:
http://www.webmasterworld.com/forum92/3543.htm
However, if you are as inexperienced with apache as you appear to
be with dns then you need to know that working with mod rewrite is
not for the faint of heart. You can begin at:
http://httpd.apache.org/docs/2.0/misc/rewriteguide.html
Further, you need to configure squi...
2006 Feb 10
3
robots.txt best practices
I''d been ignoring this error message in my log for a while:
ActionController::RoutingError (Recognition failed for "/robots.txt"):
I had never touched robots.txt. So I decided to make it a proper robots.txtfile
I found this great article...
http://www.ilovejackdaniels.com/seo/robots-txt-file/
...where Dave explains the ins and outs of the file.
Before I changed mine, I