Skip to content
Snippets Groups Projects
Commit e22a8866 authored by Thomas Müller's avatar Thomas Müller
Browse files

some web servers by default don't recognize index.php as default page - IIS for example

In order to allow easy installation and configuration this index.html has been added with a redirect to index.php
parent 43f8bf8e
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL=index.php">
</head>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment