fierdor Posted December 19, 2008 Share Posted December 19, 2008 All URL's do not have extensions right? as in .php,.aspx,.jsp etc...And they look like folders to me For eg: http://www.phpfreaks.com/forums/ If I have a folder and if i just type in the name in my browser I will by default get the contents index of the folder right?? Link to comment https://forums.phpfreaks.com/topic/137654-newbie-doubt-about-url/ Share on other sites More sharing options...
mmarif4u Posted December 19, 2008 Share Posted December 19, 2008 For most of these type of stuffs, People use Apache mod_rewrite. But for simple things, like folder and put your index page. when you type somesite.com/folder, it will show the index page to you. I worked on mod_rewrite before, and write a simple tutorial in my blog. http://anl4u-pl.blogspot.com/2008/12/hide-php-from-users-to-make-your-url.html Link to comment https://forums.phpfreaks.com/topic/137654-newbie-doubt-about-url/#findComment-719475 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.