Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 25, 20195 yr So I have my test site all setup and works like a charm however when restricting it to just my ip it breaks and have to add /index.php to see the site and the acp is non-existent. Is there a way to resolve this or will I have to install it on a local machine to get it working? Any help/advice would be appreciated. Running: Nginx: 1.17.6 PHP: 7.2.24 Message me if you need any other info.
November 26, 20195 yr If you have to add index.php to the URL, you might not have the DirectoryIndex in Apache set right. https://stackoverflow.com/questions/19322345/how-do-i-change-the-default-index-page-in-apache You are probably best served talking to your host about the issues.
November 26, 20195 yr Author 8 hours ago, bfarber said: If you have to add index.php to the URL, you might not have the DirectoryIndex in Apache set right. https://stackoverflow.com/questions/19322345/how-do-i-change-the-default-index-page-in-apache You are probably best served talking to your host about the issues. Thank you for the response @bfarber however I am running Nginx instead of Apache.
November 27, 20195 yr https://forum.nginx.org/read.php?11,5020 You may also need to check any friendly URL configuration you've added.
November 27, 20195 yr Author Ok so I was messing around with the config and removed the line return 404; and it works so I guess I will run it without that line. Thanks @bfarber for the suggestions.
Archived
This topic is now archived and is closed to further replies.