Submit Your Article Forum Rules

Search:

Type: Posts; User: wige; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Just as a (faster, lighter, less resource...

    Just as a (faster, lighter, less resource intensive) alternative:

    RedirectMatch 301 (.*) http://www.newdomain.tld/newpage.ext
  2. You get this message when you go to...

    You get this message when you go to http://www.google.com/ in your browser?

    First, try clearing your cache. If you still get the error message when you are on pages that you don't expect to...
  3. The longest word in the English language (by over...

    The longest word in the English language (by over 184,000 characters) is the chemical name for the protien Titin:
    ...
  4. Replies
    3
    Views
    1,512

    I hate being wrong. In this case, my previous...

    I hate being wrong. In this case, my previous post was wrong, Redirect doesn't handle query strings. If you want to use the query string to trigger the error message, you must use mod_rewrite.
    ...
  5. What type of software is it? I have a feeling...

    What type of software is it? I have a feeling that this might not be an operating system per se, but an environment for an ARM-64 processor classified as AR64. For example, if the software is a cell...
  6. First, if you are using mod_rewrite to change...

    First, if you are using mod_rewrite to change your site page URLs, and the address bar still shows the old URL, you are not doing it the best way. In this case, a redirect is occurring somewhere...
  7. Replies
    3
    Views
    1,242

    The US government has a contract with Google...

    The US government has a contract with Google where certain facilities (including military bases) use a Google Search Appliance, a server that they rent from Google for the purpose of indexing...
  8. Replies
    25
    Views
    6,007

    While that article has some good tips, it only...

    While that article has some good tips, it only looks at your current system, not your interface with the Internet. A scan from a provider such as Gibson Research Corporation can tell you if you are...
  9. Replies
    25
    Views
    6,007

    What a noob. Seriously. If you are going to...

    What a noob. Seriously. If you are going to blackmail someone with the contents of their computer, you include as an attachment one of the sensitive files as confirmation that you actually have the...
  10. Replies
    2
    Views
    1,494

    You can't redirect based on query strings using...

    You can't redirect based on query strings using the Redirect or RedirectMatch directives. Those lines will simply be ignored. To do what you need, you must use mod_rewrite.



    RewriteCond...
  11. Replies
    3
    Views
    1,512

    You can: Redirect 410 /folder/file.ext?query ...

    You can:

    Redirect 410 /folder/file.ext?query

    Yes, I know 410 isn't a redirect. Thats just how you do it. I'm sure it is also possible using mod_rewrite, but this is the straightforward way to...
  12. Yeah, IIS does actually have the capability to...

    Yeah, IIS does actually have the capability to manage session. Perl and PHP use their own internal session management systems. See http://www.php.net/manual/en/book.session.php for info on the PHP...
  13. Sessions are actually handled by the scripting...

    Sessions are actually handled by the scripting engine - Perl or PHP, rather than the server, which is stateless.

    It is important to remember that a session consists of two parts, the client side...
  14. Replies
    3
    Views
    1,503

    What you have is more or less correct. Apache...

    What you have is more or less correct. Apache will apply the rules top down, so you would put your page specific rules first, then the RedirectMatch at the bottom.

    Also, RedirectMatch 301 and...
  15. Replies
    4
    Views
    1,089

    To me, this logo seems like it would be awkward...

    To me, this logo seems like it would be awkward to work with. You have a rectangle with a lot of empty space above and below the tagline - essentially, the tag line seems to break the flow of reading...
  16. Replies
    16
    Views
    2,966

    I would probably start with your AV software. I...

    I would probably start with your AV software. I have had a similar situation in the past where something in the virus definitions got corrupted and would cause freezes whenever the OS called the...
  17. Replies
    12
    Views
    1,435

    I think this drop in box is implemented a bit...

    I think this drop in box is implemented a bit better than on most sites where I have seen them used - it attracts the eye, but it doesn't actually cover any content. However, in it's current...
  18. Replies
    6
    Views
    1,321

    My guess is that the server has a protection mode...

    My guess is that the server has a protection mode that blocks certain user agents, responding with an Error404 message when the user agent matches something on the blacklist (or, the system may use a...
  19. Replies
    2
    Views
    1,686

    What type of network is the ISA server...

    What type of network is the ISA server protecting? Is the system your router/firewall/gateway for a Microsoft SBS network, an MS domain, or something else such as a web server or data cluster?...
  20. Replies
    11
    Views
    3,814

    These previews aren't based on saved snippets,...

    These previews aren't based on saved snippets, these are essentially screenshhots taken of a render, and saved as gif files. For some reason, the browser being used to generate the screenshots for...
  21. Replies
    5
    Views
    3,046

    I was wrong. The approach that I mentioned would...

    I was wrong. The approach that I mentioned would probably work, but Google's way is actually even simpler. I was actually looking at a link that opened an Instant Preview rather than the piece of the...
  22. Replies
    25
    Views
    3,126

    I always thought the saying was "Just because you...

    I always thought the saying was "Just because you are paranoid, doesn't mean that they aren't out to get you."
    Anyway... my first question would be how did you determine for certain that the traffic...
  23. Replies
    11
    Views
    3,814

    You might want to check Google WEbmaster tools if...

    You might want to check Google WEbmaster tools if you have an account for the site in question. In my account I did not see a specific section for instant preview, but there may be a message there....
  24. Replies
    9
    Views
    14,858

    Every day, millions of drivers exceed the posted...

    Every day, millions of drivers exceed the posted speed limit. Just because most of them get away with it doesn't make it any less illegal.
  25. Replies
    5
    Views
    3,046

    It cloaks links in Firefox for me as well. You...

    It cloaks links in Firefox for me as well. You may have an addon installed that undoes the cloaking though on your machine. This cloaking is very common among search engines because this way they can...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4