Profile by

Aana Mark(Admin)

 
Page URL Setting

Page URL's

All Listing page
All Products page
All Jobs page
All Service Experts page
All News page
User Profile page
Listing page
Job page
Service Expert page
News page
Place page
Job Profile page
Job Profile Creation page
Event page
Blog page
Product page
Company page
Target Listing page
E-Book page
Promotional page

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