Installation in htdocs

Permalink
Hi,
I startet a new project and have problems to install into the htdocs-Folder from my domain xyz.net I would like that the domain is reached with xyz.net and not with an added directory like xyz.net/web
1. uploading the newest zip-file
2. unpacking the zip-file
3. moving all folders and files from the concrete5-8.3.2 in the directory htdocs
4. starting in the browser xyz.net/install.php
5. This was shown "<?php require 'concrete/dispatcher.php';
6. The folder concrete with the dispatcher.php exist.
What have I do that this works?
Kind regards
Muck

 
hutman replied on at Permalink Reply
hutman
This sounds like the site is spitting out the contents of the index.php instead of actually reading it. Are you sure PHP is installed on this server?
muckol replied on at Permalink Reply
Yes, php is installed.
There is no problem, when I don't move folders and files from the unzipped concrete folder.

But what would I have to do, that the url remains xyz.net and not xyz.net/concrete/?
Muck
fabianbitter replied on at Permalink Reply
fabianbitter
Sounds your php Interpreter isnt working. Please take a look athttps://stackoverflow.com/questions/36395007/enable-htaccess-in-ubun...
muckol replied on at Permalink Reply
Thanks, mod_pho5 wasn't activated. Now it works.
fabianbitter replied on at Permalink Reply
fabianbitter
Your welcome