Results 1 to 2 of 2

Thread: Problem with indexing site based on IU

  1. #1
    Join Date
    Sep 2005
    Location
    Poland - Warsaw
    Posts
    342

    Default Problem with indexing site based on IU

    I have a problem with one site - google has indexed it with the following urls (dont know why):

    www.domain.com/?s=word

    Is this possible to block it and redirect to 404 page ?

    I have checked it on version 5.4. and deluxe - such URL redirecs me to main page.

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Honestly never seen that before. You could add a redirect in .htaccess for s= to the 404.html

    RewriteCond %{query_STRING} s=$1
    RewriteRule http://www.domain.com/404.html [R=301,L]

    Will that work? I'm not sure, but it's close to workable.

    What you should REALLY do is find out where they're getting these URL's from and stop it from the source.

Similar Threads

  1. Add site problem
    By fiorry in forum v5.x
    Replies: 6
    Last Post: 11-22-2008, 03:20 PM
  2. Change body-tag based on custom field
    By pimpmaster in forum v5.x
    Replies: 0
    Last Post: 02-22-2008, 05:20 AM
  3. google indexing
    By landuyt in forum v5.x
    Replies: 0
    Last Post: 08-06-2005, 03:16 AM
  4. Well, another Indexu based Website
    By chasia in forum Sites in Action
    Replies: 3
    Last Post: 07-13-2005, 02:37 AM
  5. Subscription based system?
    By mgold77 in forum Pre-Sales Questions
    Replies: 1
    Last Post: 06-27-2002, 11:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •