[ad_1]
Hello.
I just uploaded a page in WordPress in FTP and now the path is website.com/page.php
How can I make it as website.com/page ?
Thankyou
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
The better way of doing this would be to create a specific page template, e.g. page-your_page_template_name_here.php ([https://developer.wordpress.org/themes/template-files-section/page-template-files/#creating-custom-page-templates-for-global-use]).
Then create a new page via Pages > Add New, and change the page template to this newly created template. It will then load whatever content you include in it.