Help Required in Article Dashboard script

Discussion in 'Programming' started by amitpatel_3001, May 17, 2006.

  1. #1
    Link : Wise Articles
    The problem with the script is if a new article is added it does not open.
    No new page opens up.

    I doubt i need to change something in .HTACESS File.
    Can you tell me whats may be the problem in this.
     
    amitpatel_3001, May 17, 2006 IP
  2. vishwaa

    vishwaa Well-Known Member

    Messages:
    271
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    138
    #2
    I got http response 404 - "file not found".

    Remove the code for mod-rewrite and see whether it works fine with dynamic urls.
     
    vishwaa, May 17, 2006 IP
  3. amitpatel_3001

    amitpatel_3001 Results Follow Patience

    Messages:
    14,074
    Likes Received:
    1,178
    Best Answers:
    0
    Trophy Points:
    430
    #3
    This is the .HTACESS File details
    
    RewriteEngine On AddType application/x-httpd-php .php .htm .html
    RewriteRule ^index.html$ index.php
    
    Code (markup):
     
    amitpatel_3001, May 17, 2006 IP
  4. max pain

    max pain Notable Member

    Messages:
    2,179
    Likes Received:
    521
    Best Answers:
    0
    Trophy Points:
    260
    #4
    You can try adding this

    Be sure to make a back up of ur original .htaccess file
     
    max pain, May 18, 2006 IP
  5. amitpatel_3001

    amitpatel_3001 Results Follow Patience

    Messages:
    14,074
    Likes Received:
    1,178
    Best Answers:
    0
    Trophy Points:
    430
    #5
    Wow Thanks a Lot Max Pain.
    My site is 100% Perfect now.
     
    amitpatel_3001, May 18, 2006 IP
    westhaven likes this.