Notes: Hi, Its important to update the same on .htaccess file manually what you have changed here.
For example :
if All Listing page URl have been changed from 'all-listing' to 'listing-all'
1. Open .htaccess file
2. Find this line -> RewriteRule ^all-listing/([^/]*)$ %{ENV:BASE_PATH}all-listing.php?category=$1 [L]
3. Update this as -> RewriteRule ^listing-all/([^/]*)$ %{ENV:BASE_PATH}all-listing.php?category=$1 [L]
4. Save and close .htaccess file