Ubuntu installation guide fixes
* 404->403 * Corrected indent for code formatting
This commit is contained in:
parent
9e9652967c
commit
015f4b61ab
1 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ Now enable openphoto and disable Apache's default virtual host.
|
|||
a2ensite openphoto
|
||||
|
||||
|
||||
By default, any access to ini files is denied with a "Not Found" 404 HTTP code. To enable a 404, or Forbidden return code, change the following lines in the virtual host file.
|
||||
By default, any access to ini files is denied with a "Not Found" 404 HTTP code. To enable a 403, or Forbidden return code, change the following lines in the virtual host file.
|
||||
|
||||
Uncomment:
|
||||
|
||||
|
@ -95,8 +95,8 @@ Uncomment:
|
|||
|
||||
Comment:
|
||||
|
||||
# 404 Not Found for ini files
|
||||
AliasMatch \.ini$ /404
|
||||
# 404 Not Found for ini files
|
||||
AliasMatch \.ini$ /404
|
||||
|
||||
### PHP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue