Redirect 301 Programmer

Discussion in 'PHP' started by forumbabz, Mar 20, 2008.

  1. #1
    I have need of one good programmer (expert in php ) that when I have need he/she can help me.

    I have one cms ( www.onlinexcasinos.com ) and sometime I have need to do some changes. these possible change require 2 or 3 hours ( to max 5 or 6 hours ).

    This is one work for one long period. When I have need you should complete the work in 2 days ( max 3 days ).

    the first work is this :

    1) to do redirect 301 of some pages.
    ( I accept only redirect 301 and not other. ).
    The pages are 180 ( if it is necessary, I can do one work of data entry but you must explain ).

    Example of redirect :

    redirect 301 about_online_casinos.html http://www.onlinexcasinos.com/History_of_Casino_sc3.html
    redirect 301 guide1.html http://www.onlinexcasinos.com/Guide_to_Online_Casinos_Online_Gambling_Casino_sc7.html
    redirect 301 contact.html http://www.onlinexcasinos.com/contact_us.php
    redirect 301 casino_games/slot_machines/index.html http://www.onlinexcasinos.com/Casino_Games/Slots_c12.html
    redirect 301 casino_games/table_games/index.html http://www.onlinexcasinos.com/Casino_Games/Table_games_c13.html

    I added this in file htaccess (with the help of other programmer ) but it has not worked.

    ---------------------------------------------------------------------

    I have had one programmer that have not found the solution, this programmer have said this :

    http://www.onlinexcasinos.com/Casino_Games/index1.html
    this link is shown by
    actually this page -- view_content.php?content_id=
    IN CMS
    so actually there is no page called Casino_Games/index1.html
    in your site
    so when you use Redirect 301 from HTML
    you have to have that page
    but actually in your site
    you have only view_content.php page
    so it then says 505 page not there
    404 Not Found error

    ----------------------------------------------------

    are you able to find one solution using redirect 301 ?
    is there one solution ?

    (it is urgent ).
     
    forumbabz, Mar 20, 2008 IP
  2. AsHinE

    AsHinE Well-Known Member

    Messages:
    240
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    138
    #2
    I didn't test but try this
    
    RewriteEngine On
    RewriteBase /
    
    RewriteCond %{REQUEST_FILENAME} !-f
    
    RewriteRule ^about_online_casinos.html$ /History_of_Casino_sc3.html [R=301,L]
    
    Code (markup):
    and so on
     
    AsHinE, Mar 20, 2008 IP
  3. ezprint2008

    ezprint2008 Well-Known Member

    Messages:
    611
    Likes Received:
    15
    Best Answers:
    2
    Trophy Points:
    140
    Digital Goods:
    1
    #3
    if your programmers were PHP programmers, why didn't they add a redirect in .htaccess
    and also on the pages like this

    <?php header('location: http://www.site-I-want-to-redirect-to.com'); ?>

    You must be using affiliate online casino sites ?
    Kinda specious when an online casino requests help with basics in programming. lol
    Do you need your money counter program fixed too in PHP ?

    $account = 1000000;
    $total_money_you_have_in_account = $account - $gremlin_losses;

    echo output ends up = "$1.15"

    lol j/k :)
     
    ezprint2008, Mar 20, 2008 IP