Updated markdown text to conform strictly to kramdown syntax.

This commit is contained in:
Jocelyn Fiat
2016-05-31 16:39:50 +02:00
parent a14488346f
commit fbb860024d
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
## Diagram: Overview of the server architecture ##
![server_architecture.png](server_architecture.png)
![server_architecture.png](./server_architecture.png)

View File

@@ -129,7 +129,10 @@ Copy the app.exe and the folder "www" into a folder served by apache2, for exam
>NOTE: By default Apache does not come with fcgid module, so you will need to download it, and put the module under Apache2/modules
# .htaccess FCGI
>http://perishablepress.com/stupid-htaccess-tricks/
```
http://perishablepress.com/stupid-htaccess-tricks/
```
#### .htaccess