Frequently Asked Questions

Download the file?

When I try to look at index.php?section, it prompts me to download the file instead of opening it. Is it just something that I will have to upload to make it work, or did I do something wrong?

Yes, you have to upload it to your server for it work. In fact, that goes for all .php pages — you can’t see them before uploading, because all PHP files must be parsed by the server before they can return HTML to the browser (unless of course, you have PHP installed on your computer, but that’s usually not the case).