Fix Permalinks With FTP When Using Elementor.

After installing WordPress, you may want to change the settings for permalinks to Post name     http://192.168.1.120/yourdomain/sample-post/.  This may be observed when trying to edit a page or post with Elementor.  Because this is a local server, there is a simple fix for this that has worked very well on multiple WordPress installations.
Log in to the server using your FTP client using SFTP as root. Edit the following file.
etc/httpd/conf/httpd.conf

Edit any occurrence of  AllowOverride None to AllowOverride All.  There should be four of them.  Save the file and exit your FTP client.  Using Putty or equivalent, log in to the server as administrator and restart httpd.
sudo systemctl restart httpd


This has worked well for me.  Hopefully it will work for you.