@@ -20,22 +20,22 @@ Jamendo API OAuth 2
20
20
apache vhost.conf
21
21
22
22
```
23
- < VirtualHost *:80>
23
+ < VirtualHost *:80>
24
24
25
25
ServerName www.jamendoapioauth2.dev
26
26
DocumentRoot /path/to/examples/JamendoApiOAuth2/public
27
- ErrorLog " logs/jamendoapioauth2-error.log"
28
- CustomLog " logs/jamendoapioauth2-access.log" combined
29
- SetEnv APPLICATION_ENV " development"
27
+ ErrorLog " logs/jamendoapioauth2-error.log"
28
+ CustomLog " logs/jamendoapioauth2-access.log" combined
29
+ SetEnv APPLICATION_ENV " development"
30
30
31
- < Directory /path/to/examples/JamendoApiOAuth2/public>
31
+ < Directory /path/to/examples/JamendoApiOAuth2/public>
32
32
DirectoryIndex index.php
33
33
AllowOverride All
34
34
Order allow,deny
35
35
Allow from all
36
- < /Directory>
36
+ < /Directory>
37
37
38
- < /VirtualHost>
38
+ < /VirtualHost>
39
39
```
40
40
41
41
3 . Update your hosts file:
@@ -71,22 +71,22 @@ Facebook Open Graph API OAuth 2
71
71
apache vhost.conf
72
72
73
73
```
74
- < VirtualHost *:80>
74
+ < VirtualHost *:80>
75
75
76
76
ServerName www.facebookopengraphoauth2.dev
77
77
DocumentRoot /path/to/examples/FacebookOpenGraphOAuth2/public
78
- ErrorLog " logs/facebookopengraphoauth2-error.log"
79
- CustomLog " logs/facebookopengraphoauth2-access.log" combined
80
- SetEnv APPLICATION_ENV " development"
78
+ ErrorLog " logs/facebookopengraphoauth2-error.log"
79
+ CustomLog " logs/facebookopengraphoauth2-access.log" combined
80
+ SetEnv APPLICATION_ENV " development"
81
81
82
- < Directory /path/to/examples/FacebookOpenGraphOAuth2/public>
82
+ < Directory /path/to/examples/FacebookOpenGraphOAuth2/public>
83
83
DirectoryIndex index.php
84
84
AllowOverride All
85
85
Order allow,deny
86
86
Allow from all
87
- < /Directory>
87
+ < /Directory>
88
88
89
- < /VirtualHost>
89
+ < /VirtualHost>
90
90
```
91
91
92
92
3 . Update your hosts file:
0 commit comments