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?
- How to load JS and CSS only on specific Pages using is_page()?
- Listing pages which uses specific template [duplicate]
- page title, parent tilte and grand parent title
- How to add jQuery script to an individual page?
- WordPress page edit does not save selected template
- Manual excerpts for pages not working on Search
- W3 Total Cache Plugin with WP 3 MultiUser [closed]
- How do I skip wordpress’s 404 handling?
- WP is not using the select custom template.php that its selected for a page
- Is it possible to set a page template on a dynamic home page (articles list)?
- One page – Multiple parents?
- Hacked website redirect, only on desktop, help with restoring it [closed]
- Check whether the child page has siblings
- Sub-subdomain getting redirected to main domain
- How to re-order pages en-masse
- wp_dropdown_pages default value
- WordPress blocking/preventing viewing of .cgi file in subdirectory [closed]
- is_page condition not working
- How WordPress manages nested dropdown?
- Redirect blog archive into certain format
- Get all children page ID’s including parent by title
- How to modify the default WordPress ‘Pages’ widget to have titles on the anchor tags?
- How to publish new posts/pages in root instead of subfolder, but keep old structure in place?
- Custom Permalink
- is_home() returns TRUE on page template
- Moved WP from example.com/blog to example.com, cannot add pages now
- Adding New Users to Your WordPress Site for edditign only one page
- Multisite Redirection to new domains
- Redirect a Blogger Page URL to wordpress
- Redirecting /px/?q=x to /px/x/
- URL redirect on updating the post date
- Removing Parent Page URL While Keeping the Navigation Intact
- Custom page template for multiple pages
- hard coded html / php pages on local host directory don’t show up in WP dashboard
- the_content of template page
- 404 Page not found
- Styling Previous/Next Pages differently from Index
- How to show ‘tags’ in ‘WordPress Pages’ [not Posts]
- Is there way to redirect all blog post pages to Home page?
- Set a variable to using in redirected page
- WordPress Page Protect forwards to Admin Login
- A question about .htaccess
- How can I edit pages from my local environment?
- Why can’t pages be categorized / tagged?
- Adding in additional pages into a custom theme
- List of pages of a specific user
- Multiple meta_key with get_pages
- WordPress Redirect / Add_Rewrite_Rule – Non Index.php Page
- How to use wp_dropdown_pages or wp_list_pages to accomplish a menu like this?
- Get child pages in get_pages function
- Bundle a page with custom url and a function
- Custom Upload Adds Ghost File
- Debugging a redirect loop affecting only certain pages
- Widget & storing a Select box choice
- How to Change the path of a child page?
- disable trashability for certain pages
- “regular” pages not found after changing permalink
- Redirect url in plugin to somewhere else?
- pages won’t show on front page using loop or pre_get_posts
- WordPress redirect from one directory to another but exclude wp-admin and wp-login.php
- List of pages – AJAX load more
- one time visit to the page
- How to use multiple 404 Error Pages in WordPress
- How do I count the number of pages a user has seen on my site, and force them to log in after a certain amount
- redirect the root of a domain, while leaving the www version unredirected