1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wanted: PHP programmer to troubleshoot

Discussion in 'Programming' started by quamism, Oct 16, 2005.

  1. #1
    I have recently bought the site www.tutorialcollection.com and am having troubles getting it loaded on my server. Most of the site is working fine except when you go to look at the indexed tutorials.

    www.tutorialcollection.com/photoshop

    then try clicking on effects - gives an error page and i am not sure why.

    Please help.
     
    quamism, Oct 16, 2005 IP
  2. sligowaths

    sligowaths Peon

    Messages:
    172
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Hi,

    You should check if your uploaded .htaccess file to your server. Since it´s a hidden file you need to check an option in your FTP Client to show it.
     
    sligowaths, Oct 16, 2005 IP
  3. quamism

    quamism Active Member

    Messages:
    413
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    here is the contents of the htaaccess file.

    RewriteEngine on
    Options +FollowSymLinks
    RewriteRule ^.htaccess$ - [F]
    RewriteBase /

    RewriteRule ^(.*)-(.*)\.html$ /tutorial/?title=$1&id=$2
    RewriteRule ^latest_tutorials_(.*)\.html$ /latest\.php?page=$1
    RewriteRule ^top_all_time_(.*)\.html$ /topviews/alltime/?page=$1
    RewriteRule ^list/([^/]*)/([^/]*)/([^/]*)\.html$ /$1/list/index\.php?=$1&category=$2&page=$3
    RewriteRule ^(3dsmax|flash|photoshop)
     
    quamism, Oct 16, 2005 IP
  4. sligowaths

    sligowaths Peon

    Messages:
    172
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    I think that it is correct. You should check if your server supports .htaccess and mod_rewrite
     
    sligowaths, Oct 16, 2005 IP