Forums

[resolved] / after index.php is causing pages not to load. (2 posts)

  1. 14words
    Member
    Posted 5 years ago #

    Hello,

    I am getting a problem with my permalinks where index.php works just fine and index.php/ causes a page error.

    The error is the following: No input file specified.

    Here's a few error examples..

    Link does not work:
    http://www.downundernewslinks.com/index.php/?page_id=629

    Link works:
    http://www.downundernewslinks.com/index.php?page_id=629

    My permalinks is set to default. the .htaccess looks like the following:

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName http://www.downundernewslinks.com
    AuthUserFile /home/downunde/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/downunde/public_html/_vti_pvt/service.grp

    Any help would be great :)

  2. 14words
    Member
    Posted 5 years ago #

    My question is how would i get rid of the / after index.php?

Topic Closed

This topic has been closed to new replies.

About this Topic