@@ -20,22 +20,22 @@ Jamendo API OAuth 2
2020apache vhost.conf
2121
2222```
23- < VirtualHost *:80>
23+ < VirtualHost *:80>
2424
2525 ServerName www.jamendoapioauth2.dev
2626 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"
3030
31- < Directory /path/to/examples/JamendoApiOAuth2/public>
31+ < Directory /path/to/examples/JamendoApiOAuth2/public>
3232 DirectoryIndex index.php
3333 AllowOverride All
3434 Order allow,deny
3535 Allow from all
36- < /Directory>
36+ < /Directory>
3737
38- < /VirtualHost>
38+ < /VirtualHost>
3939```
4040
41413 . Update your hosts file:
@@ -71,22 +71,22 @@ Facebook Open Graph API OAuth 2
7171apache vhost.conf
7272
7373```
74- < VirtualHost *:80>
74+ < VirtualHost *:80>
7575
7676 ServerName www.facebookopengraphoauth2.dev
7777 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"
8181
82- < Directory /path/to/examples/FacebookOpenGraphOAuth2/public>
82+ < Directory /path/to/examples/FacebookOpenGraphOAuth2/public>
8383 DirectoryIndex index.php
8484 AllowOverride All
8585 Order allow,deny
8686 Allow from all
87- < /Directory>
87+ < /Directory>
8888
89- < /VirtualHost>
89+ < /VirtualHost>
9090```
9191
92923 . Update your hosts file:
0 commit comments