I'm running a static CGI app. Yesterday I added a new HTML file in the home directory, test.html. However, when I navigate to test.html I'm still getting a 404. Do I need to restart the app somehow? If so, how do I do this? Thanks. asked 24 May '11, 08:06 AnnaPS |
PHP/static applications cannot be restart and actually do not have to be. Could you give us the URL that's not working (or open a support ticket if you'd like to keep it private)? answered 24 May '11, 08:28 David L ♦♦ |