You can change page URL from the page editor.
If you want to make changes for all the pages. You can go to
settings -> general settings -> permalink
and change it to your desired value.
To change for a single page, modify your .htaccess :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^phones$ /?page_id=1081 [L]
</IfModule>
Related Posts:
- How to redirect a page to another?
- Folder wordpress page redirect
- Check IF is a “single product page” and Check the “role” for a Redirect
- How to redirect on particular page in wordpress? [closed]
- Passing variables through permalink structure
- Pages 404 in wordpress
- Where does the 404 redirection happen?
- How to change redirect after moving a page to trash?
- Password Protected Page Not Displaying Content After Entering Password
- Redirect “Sorry, you are not allowed to access this page.” to Home
- How to redirect a page to subdomain?
- Slug is redirecting to 404
- htaccess modify headers IF url ends with “news”
- If a page does not exist, include a different page?
- Page redirects to archive
- 301 (static page instead latest posts)
- Unique page URL redirect to file_get_contents() at domain
- Change base URL of pages created by certain users
- Redirect page to default subpage
- Test site pages go to main site
- Bad pages redirection
- Page access only from a specific page in wordpress website
- logout redirect only from admin page
- WordPress page not taking precedence over server directory
- redirect index.html inside folder to wordpress page of same name
- How should I set up a Tumblr blog at a WordPress Page?
- URL redirect to home page issue in word press site
- Pages in wp-admin is not found 404
- WordPress redirects to login page when I enter url.com/index.php
- Sup pages can’t be found
- Maximum number of characters in a wordpress page?
- Cannot use old slug – it just 301s to site home page
- Have subdirectory name act as $_GET or $_POST data
- Allow arbitrary text after page URL
- How to change the default location where new post gets stored?
- Slug of a child page is accessible with and without the parent slug in the URL
- How to redirect all HTTP requests to HTTPS
- htaccess – Redirect to subfolder without changing browser URL
- Generic htaccess redirect www to non-www
- Redirect old php link to wordpress link in .htaccess
- Redirect old php link to wordpress link in .htaccess
- Safely redirect old WordPress blog links to new WP blog
- Double slashes on WordPress Admin URL redirects to wp-login
- Cant login to wp-admin (redirecting to homepage), But CAN login to wp-login.php
- Cant login to wp-admin (redirecting to homepage), But CAN login to wp-login.php
- Add infinite scroll to content splitted post
- Check if wp-login is current page
- How to get current page ID outside the loop?
- Contact Form on WordPress Sites?
- Page returns 404 with POST variables, but not without
- Custom templates not showing up in template dropdown
- Get page id by template
- “Too many redirects” ONLY when trying to access wp-admin page
- Using pre_get_posts on true pages and static front pages
- Get the content of a specific page (by ID)
- How do I skip wordpress’s 404 handling and redirect all 404 errors for static files to 404.html?
- How to get page title with the page ID?
- Show more than 20 items in pages or posts edit dashboard
- Allowing user to edit only certain pages
- How to display last 3 posts (recent posts) in a static page?
- How to give paged links custom title?
- How to set post slug when using wp_insert_post();?
- Why does updating the front page give a 403, but no other page?
- Website content shifted all the way to the left
- Live page errors should be hidden
- Search page doesn’t recognise post_type=page
- Redirect all pages to a specific page of a new domain but exclude specific pages
- Best approach to create a customized page
- wp-login – unable to redirect user to a custom login url
- How to make a secondary Pages Screen
- Removing /wp in Permalink URL of subdomain led to inaccessibility to WP Dashboard
- Forward and mask implementation not working,
- Running non-WordPress PHP files
- Dynamic activation page in WordPress
- How to force a page to load and have a particular dynamic tab as active
- Very strange problem with occasional 404 errors
- How to beautify filter path url?
- Remove element from admin page editing part
- Site Library issue
- Change meta information for link to page
- Change WordPress Multisite Domain to subfolder
- All content of one page shifted to the left
- Intercept numerical subdomain requests
- Landing Pages and Pop Up Overlay
- Bulk 301 redirect for Taxonomies with pagination
- how to update page without reloading the page builder?
- Restrict page to members only does not work for page ID, slug or page title
- Why Does get_page_by_path Return The Sample Post?
- Allow requests to resources outside the wordpress folder
- Does WordPress automatically redirect to the URL specified in settings?
- Added .lowercase-alpha-list now my list is adding an extra period
- Wildcard multisite wp-admin url wrongfully redirected
- Search Result to Link to a Specific Page
- How do you add a filter to wp-block-page-list?
- Adding a Admin Style Table in a WordPress 4.x Page
- The wp-admin url for each site does not work on WordPress multisite
- Create a PAGE using wordpress API using the PAGE template and change specific content
- Change the color of one or more specific items on the Pages list (Admin)
- How to use a common header and footer in the ‘Custom HTML’ block across pages in WordPress?
- Page does not load after clicking link. Only after manually refreshing page?