Development

#9130 (Jobeet/Day 1 : Starting up the Project /Web Server Configuration (bad info))

You must first sign up to be able to contribute.

Ticket #9130 (new documentation)

Opened 3 years ago

Jobeet/Day 1 : Starting up the Project /Web Server Configuration (bad info)

Reported by: symfonyboy Assigned to: fabien
Priority: minor Milestone:
Component: jobeet Version: 1.4.8
Keywords: apache configuration vhost Cc:
Qualification: Design decision

Description

In te notice zone you tell us that the apache virtual host alias configuration should be :

Alias /sf "c:\dev\sfprojects\jobeet\lib\vendor\symfony\data\web\sf"

and the DocumentRoot has to have the form

c:\dev\sfprojects\jobeet\web

but it is an error windows apache does not support back slashes for those but only normal slashes "/"

all the directory backslashes "\" mut be remplaced by the normal slash "/" and hold the normal nomination path.

If apache find any backslash it will not start.