eleven0 Posted March 5, 2008 Share Posted March 5, 2008 i have seen on many sites. They don't show what page is being browsed in the URL. I have something like this; mysite.com/index.php?action=welcome they have it in this form mysite.com/?action=welcome Can you do this in php or are they using some other language? Link to comment https://forums.phpfreaks.com/topic/94534-shorter-urls/ Share on other sites More sharing options...
shocker-z Posted March 5, 2008 Share Posted March 5, 2008 mysite.com/?action=welcome is the same as mysite.com/index.php?action=welcome as index.php is the default file in the directory. Regards Liam Link to comment https://forums.phpfreaks.com/topic/94534-shorter-urls/#findComment-484050 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.