dc519 Posted January 21, 2008 Share Posted January 21, 2008 I have one brief question related to the URL of a .php web page. Imagine, for the sake of this question, that I own the domain mywebsite.com. I would like to design a page called Login.php, such that, when a user goes to the page, the URL will be www.mywebsite.com/Login and not www.mywebsite.com/Login.php. My goal is to create a page that uses PHP, but I don't want the file extension to appear in the URL. With my current knowledge of PHP, I am only able to create a page such as www.mywebsite.com/Login.php when in fact, I would not like the URL to contain the .php extension. Is this possible? If so, how? Thanks, David Link to comment https://forums.phpfreaks.com/topic/87070-solved-clean-url/ Share on other sites More sharing options...
pocobueno1388 Posted January 21, 2008 Share Posted January 21, 2008 You need to use mod_rewrite. Here is an article/tutorial on it that will help http://keithdevens.com/weblog/archive/2004/May/24/clean-urls.mod_rewrite.php Link to comment https://forums.phpfreaks.com/topic/87070-solved-clean-url/#findComment-445289 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.