/ after index.php is causing pages not to load.
-
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=629Link works:
https://www.downundernewslinks.com/index.php?page_id=629My 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.grpAny help would be great ??
- The topic ‘/ after index.php is causing pages not to load.’ is closed to new replies.