• Resolved 14words

    (@14words)


    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:
    https://www.downundernewslinks.com/index.php/?page_id=629

    Link works:
    https://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 https://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 ??

Viewing 1 replies (of 1 total)
  • Thread Starter 14words

    (@14words)

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

Viewing 1 replies (of 1 total)
  • The topic ‘/ after index.php is causing pages not to load.’ is closed to new replies.