File size: 150 Bytes
020c337
 
 
 
 
 
1
2
3
4
5
6
location / {
	 if (!-e $request_filename){
	    	rewrite ^/index.php(.*)$ /index.php?p=$1 last;
            rewrite ^(.*)$ /index.php?s=$1 last;
	 }
}