YES BABY, YES BABY 
Sory....
Simple check out the problem about the friendly URLs...
POST here, maybe it's helps others.
My server configuration is OS: UBUNTU with APACHE not ngnix
sudo a2enmod rewrite && sudo service apache2 restart
it will enable your mod_rewrite and restart your apache server
It probably work on most of all Ubuntu/Debian OS
If you are using other OS simply google how to enable mod_rewrite.
EDIT:
friendly URLs is working fine, but problems with page who you are creating...
So as before, when create a new site, there is possible to make friendly URLs and then it's looks like site.com/page/your-generated-page as it shows in example. But still this link is not working... It's only works when you add a mystery page ID and then generated page links who work is site.com/page/id/your-generated-page.
Still no use for field to add friendly URLs if it still using his own method to recognize the page...
Suggestion to remove this ID.
YES BABY, YES BABY :D
Sory....
Simple check out the problem about the friendly URLs...
POST here, maybe it's helps others.
My server configuration is OS: UBUNTU with APACHE **not ngnix**
- Rename generated file htaccess.txt to .htaccess in your web directory
- Check if your server has enabled mod_rewrite
- if you are on your console write this command
````
sudo a2enmod rewrite && sudo service apache2 restart
````
it will enable your mod_rewrite and restart your apache server
It probably work on most of all Ubuntu/Debian OS
If you are using other OS simply google how to enable mod_rewrite.
EDIT:
friendly URLs is working fine, but problems with page who you are creating...
So as before, when create a new site, there is possible to make friendly URLs and then it's looks like site.com/page/your-generated-page as it shows in example. But still this link is not working... It's only works when you add a mystery page ID and then generated page links who work is site.com/page/id/your-generated-page.
Still no use for field to add friendly URLs if it still using his own method to recognize the page...
Suggestion to remove this ID.