Results 1 to 10 of 10
  1. #1

    htaccess and redirection

    Hello

    how can i redirect[301] only 1 dinamic page to another.

    like this:

    more.php?id=7710_0_14_0_C

    to

    more.php?id=1110_0_14_0_C

    i try to do this, as i did for static pages, but it don't work :=-(

    thx
    Your Health Encyclopedia
    Medical and health consumer information resources containing comprehensive and unbiased information in patient-friendly language

  2. #2
    Join Date
    Dec 2004
    Location
    Fort Lauderdale, Florida
    Posts
    481
    Can't you just make a page like that and have a PHP redirect in there?

    Just a suggestion and thinking here, because I haven't tested it..

    Cheers,
    Josh
    Voxxit - Accessible Web Design & Secure, Affordable Web Hosting
    Now offering 501(c)3 non-profit discounts!
    Ruby on Rails included with every hosting account! - Save up to 80% bandwidth on all plans with mod_deflate!
    Visit our services page to see how Voxxit can help you today!

  3. #3
    Join Date
    Dec 2004
    Location
    Fort Lauderdale, Florida
    Posts
    481
    By the way, your health encycolpedia is broken in Safari on Mac :|

    Josh
    Voxxit - Accessible Web Design & Secure, Affordable Web Hosting
    Now offering 501(c)3 non-profit discounts!
    Ruby on Rails included with every hosting account! - Save up to 80% bandwidth on all plans with mod_deflate!
    Visit our services page to see how Voxxit can help you today!

  4. #4
    Can't you just make a page like that and have a PHP redirect in there?
    hmm ... are u sure?

    i'm going to delete this file [first file], so i cann't put any js redirection in body. just need to do it via cpanel or htaccess.

    By the way, your health encycolpedia is broken in Safari on Mac
    may be .. i never use this browser, (only IE, mozilla and opera)
    even don't know how can i check online. [as i haven't this browser intalled on my PC and don't going to do it .. .3 browsers is enough on 1 pc :-)
    Your Health Encyclopedia
    Medical and health consumer information resources containing comprehensive and unbiased information in patient-friendly language

  5. #5
    Join Date
    Dec 2004
    Location
    Fort Lauderdale, Florida
    Posts
    481
    Voxxit - Accessible Web Design & Secure, Affordable Web Hosting
    Now offering 501(c)3 non-profit discounts!
    Ruby on Rails included with every hosting account! - Save up to 80% bandwidth on all plans with mod_deflate!
    Visit our services page to see how Voxxit can help you today!

  6. #6
    Join Date
    Apr 2005
    Location
    Atlanta, GA
    Posts
    454
    pretty cool site voxxit, but whats the point if you are VNC'ing into the system? Why not just install locally and save the membership fee?
    [color=#666666]Ackoo Solutions, LLC

  7. #7
    Join Date
    Dec 2004
    Location
    Fort Lauderdale, Florida
    Posts
    481
    Install on how many PC's?

    I personally wouldn't want to buy a mac, and a couple PC's just to test browsers

    Cheers!
    Voxxit - Accessible Web Design & Secure, Affordable Web Hosting
    Now offering 501(c)3 non-profit discounts!
    Ruby on Rails included with every hosting account! - Save up to 80% bandwidth on all plans with mod_deflate!
    Visit our services page to see how Voxxit can help you today!

  8. #8
    btw

    imho, it's very difficult or sometimes even impossible if u want to do nice design which will be non brocking for all browsers.


    IMHO is enough to optimize it for IE< MoziLLa (aka Netscape) < and OPERA.

    make a simple design which will work for all browsers in the world ... => NP

    but if u try to do something more .. it's impossible.
    Your Health Encyclopedia
    Medical and health consumer information resources containing comprehensive and unbiased information in patient-friendly language

  9. #9
    2 VoxxitDesigns
    Can't you just make a page like that and have a PHP redirect in there?
    it's the question ? or the answer?

    btw .. i find a way how can i redirect one dinamic file to another

    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{QUERY_STRING} ^id=7710_0_14_0_C$
    RewriteRule ^more\.php$ http://www.example.com/more.php?id=1110_0_14_0_C [R=301,L]
    Your Health Encyclopedia
    Medical and health consumer information resources containing comprehensive and unbiased information in patient-friendly language

  10. #10
    Join Date
    Jun 2004
    Location
    Northwest Colorado
    Posts
    4,636
    Originally posted by Ackoo
    pretty cool site voxxit, but whats the point if you are VNC'ing into the system? Why not just install locally and save the membership fee?
    I'll field that one. I don't have Linux or Mac machines, I have one Windows machine. On that machine, I don't want to install a bunch of obsolete (insecure, etc.) browsers just for occasional quality-control testing purposes.

    Until such time as I acquire a Mac and/or Linux box, I will use Browsercam to test in Safari and other browsers I don't have. They've got a good thing going.
    Eric J. Bowman, principal
    Bison Systems Corporation coming soon: a new sig!
    I'm just a poor, unfrozen caveman Webmaster. Your new 'standards' frighten, and confuse me...

Posting Permissions

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