In this tutorial, we will create a social network website with a PHP web hosting.
## Download Jcow
Go to https://www.jcow.net/download/ and select an Edition. After order completed, go to https://.. Read more
If you want to increase it to example 50M, you need to change to places:
1: js/common.js
find
```
1024*1024*20
```
increase it to
```
1024*1024*50
```
2: my/config.php
add a new line at .. Read more
Jcow clean URL support Nginx from Jcow 9.7.
Add this rewrite rules to your nginx.conf
~~~code
location / {
# your codes
try_files $uri $uri/ /index.php?p=$uri&$ar.. Read more