Setting index.html as homepage

Post your questions about Web Server usage and Apache + PHP + MySQL/SQLite web applications.
Post Reply
seedles
New here
Posts: 2
Joined: Sun Aug 08, 2021 12:06 am

Setting index.html as homepage

Post by seedles »

Hello everybody.
I've set the web browser and loaded into the web folder a index.html file hoping to make it my home page web visiting the web server.
Instead, browsing

Code: Select all

http://QNAP_IP:80 
brings me to:

Code: Select all

http://QNAP_IP/FrontController
which actually is an empty page.

If I browse:

Code: Select all

http://QNAP_IP/index.html
everything works fine, meaning that the problem is to make the server pointing to this file as home page instead of going to "FrontPage", or set this "FrontPage" to point to the file I want as home page.

I've already tried to reset the php.ini and the webserver settings by the webserver window but it doesn't change anything.

I'm on a TS-231-P2 with the latest firmware.

May someone of you please help me? I've been able to display the phpinfo, thus I can provide any info would be useful to solve the issue.
Thank you.
Post Reply

Return to “Web Server & Applications (Apache + PHP + MySQL / SQLite)”