I am facing a problem with the permalink. Urls like http://example.com/sub-page/ works fine with the help of
try_files $uri $uri/ /index.php?q=$uri&$args;
Right now i am working on temporary link which is like http://192.168.100.200/wordpress/
Now the link http://192.168.100.200/wordpress/sub-page/ doesn't work and gives
500 Internal Server Error
Note: I am using webuzo as my server control panel.