Jump to content

[SOLVED] Clean URL


dc519

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.