Can anyone help me set up this coop in exchange for weight?

Discussion in 'Co-op Advertising Network' started by jyoti2005, Jun 23, 2005.

  1. jyoti2005

    jyoti2005 Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #41
    jyoti2005, Jun 25, 2005 IP
  2. jyoti2005

    jyoti2005 Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
  3. noppid

    noppid gunnin' for the quota

    Messages:
    4,246
    Likes Received:
    232
    Best Answers:
    0
    Trophy Points:
    135
    #43
    I get a not found on the php file and if your .htaccess file is .txt it's not gonna work.

    That's all I got. I think ya should get help.
     
    noppid, Jun 25, 2005 IP
  4. jyoti2005

    jyoti2005 Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #44
    jyoti2005, Jun 25, 2005 IP
  5. jyoti2005

    jyoti2005 Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #45
    I said I was green - LOLOL!

    How do I change a text file into a .htaccess?
     
    jyoti2005, Jun 25, 2005 IP
  6. noppid

    noppid gunnin' for the quota

    Messages:
    4,246
    Likes Received:
    232
    Best Answers:
    0
    Trophy Points:
    135
    #46
    You are missing some basics that make this tough to do. If you misunderstand me and make things worse, I'd feel terrible.
     
    noppid, Jun 25, 2005 IP
  7. jyoti2005

    jyoti2005 Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #47
    LOL!

    I wouldn't mind someone setting this up for me in exchange for weight, I guess
     
    jyoti2005, Jun 25, 2005 IP
  8. jyoti2005

    jyoti2005 Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #48
    Ok I got the txt file to be a .htaccess file.

    But when I uploaded it, my website disappeared.

    What now?
     
    jyoti2005, Jun 26, 2005 IP
  9. jyoti2005

    jyoti2005 Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #49
    jyoti2005, Jun 26, 2005 IP
  10. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #50
    What was IN that .htaccess file?
     
    minstrel, Jun 26, 2005 IP
  11. jyoti2005

    jyoti2005 Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #51
    I tried it two ways, like this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} ^(.*).htm [NC,OR]
    RewriteCond %{REQUEST_FILENAME} ^(.*).html [NC]
    RewriteRule ^(.*) /passthru.php?file=$1
    </IfModule>


    and like this:


    AddType application/x-httpd-php .php .htm .html

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} ^(.*).htm [NC,OR]
    RewriteCond %{REQUEST_FILENAME} ^(.*).html [NC]
    RewriteRule ^(.*) /passthru.php?file=$1
    </IfModule>


    Either way, my website disappeared
     
    jyoti2005, Jun 27, 2005 IP